Skip to content

Commit

Permalink
Merge pull request #144 from haru52/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

ci: bump actions/setup-node from 3 to 4
  • Loading branch information
haru52 authored Jan 31, 2024
2 parents a39b4f0 + 9c1c3eb commit 772b37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# is enabled, uncomment the next line.
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
Expand Down

0 comments on commit 772b37b

Please sign in to comment.