Skip to content

Commit

Permalink
ci(deps): update actions/setup-node action to v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2024
1 parent 2f8d445 commit 16fbdd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18.x

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: git fetch --tags -f || true

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18.x
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18.x

Expand Down

0 comments on commit 16fbdd2

Please sign in to comment.