We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7e8d0 commit 0f6cbb0Copy full SHA for 0f6cbb0
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
26
restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
27
- name: Set up Node.js v${{matrix.node-version}}
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
29
with:
30
node-version: ${{matrix.node-version}}
31
- run: yarn
@@ -48,7 +48,7 @@ jobs:
48
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
49
restore-keys: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-
50
- name: Set up Node.js
51
52
53
node-version: ${{env.DEPLOY_NODE_VERSION}}
54
0 commit comments