Skip to content

Commit 04b85c2

Browse files
chore(deps): update actions/setup-node action to v5
1 parent 4ec9a49 commit 04b85c2

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
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GH_TOKEN }}
1818

1919
- name: "Setup node with cache"
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v5
2121
with:
2222
node-version: 22
2323
cache: 'yarn'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
with:
99
fetch-depth: 0
1010
- name: "Setup node with cache"
11-
uses: actions/setup-node@v4
11+
uses: actions/setup-node@v5
1212
with:
1313
node-version: 22
1414
cache: yarn

0 commit comments

Comments
 (0)