Skip to content

Commit 0f6cbb0

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 1c7e8d0 commit 0f6cbb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
2626
restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
2727
- name: Set up Node.js v${{matrix.node-version}}
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{matrix.node-version}}
3131
- run: yarn
@@ -48,7 +48,7 @@ jobs:
4848
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
4949
restore-keys: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-
5050
- name: Set up Node.js
51-
uses: actions/setup-node@v3
51+
uses: actions/setup-node@v4
5252
with:
5353
node-version: ${{env.DEPLOY_NODE_VERSION}}
5454
- run: yarn

0 commit comments

Comments
 (0)