Skip to content

Commit 772b37b

Browse files
authored
Merge pull request #144 from haru52/dependabot/github_actions/actions/setup-node-4
ci: bump actions/setup-node from 3 to 4
2 parents a39b4f0 + 9c1c3eb commit 772b37b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# is enabled, uncomment the next line.
2222
persist-credentials: false
2323
- name: Setup Node.js
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version-file: .node-version
2727
cache: npm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version-file: .node-version
1818
cache: npm

0 commit comments

Comments
 (0)