Skip to content

Commit cb1286d

Browse files
feat(deps): update actions/setup-node action to v5
1 parent e5fe973 commit cb1286d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
2323
restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
2424
- name: Set up Node.js v${{matrix.node-version}}
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v5
2626
with:
2727
node-version: ${{matrix.node-version}}
2828
- run: corepack yarn
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
4343
restore-keys: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-
4444
- name: Set up Node.js
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v5
4646
with:
4747
node-version: ${{env.DEPLOY_NODE_VERSION}}
4848
- run: corepack yarn

0 commit comments

Comments
 (0)