Skip to content

Commit 05d1ddb

Browse files
chore(deps): update actions/setup-node action to v5
1 parent add386f commit 05d1ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66

77
steps:
88
- name: Setup Node.js environment
9-
uses: actions/setup-node@v4
9+
uses: actions/setup-node@v5
1010
with:
1111
node-version: 22
1212
registry-url: 'https://registry.npmjs.org'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- uses: actions/setup-node@v4
24+
- uses: actions/setup-node@v5
2525
with:
2626
node-version: 18.x
2727

0 commit comments

Comments
 (0)