Skip to content

Commit

Permalink
Merge pull request #160 from furality/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4.0.0

ci(action): bump actions/setup-node from 3.8.2 to 4.0.0
  • Loading branch information
ttshivers authored Oct 26, 2023
2 parents 327eaa0 + ae2ba16 commit f90dadd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.0
with:
node-version: '20.x'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Use Node.js
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.0
with:
node-version: '20.x'
cache: 'npm'
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/[email protected]

- name: Use Node.js
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.0
with:
node-version: '20.x'
cache: 'npm'
Expand Down

0 comments on commit f90dadd

Please sign in to comment.