Skip to content

Commit b0e59cf

Browse files
chore(deps): update actions/setup-node action to v6
1 parent e752d14 commit b0e59cf

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@v5
20+
uses: actions/setup-node@v6
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@v5
11+
uses: actions/setup-node@v6
1212
with:
1313
node-version: 22
1414
cache: yarn

0 commit comments

Comments
 (0)