We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fe973 commit cb1286dCopy full SHA for cb1286d
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
23
restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn-
24
- name: Set up Node.js v${{matrix.node-version}}
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
26
with:
27
node-version: ${{matrix.node-version}}
28
- run: corepack yarn
@@ -42,7 +42,7 @@ jobs:
42
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
43
restore-keys: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-
44
- name: Set up Node.js
45
46
47
node-version: ${{env.DEPLOY_NODE_VERSION}}
48
0 commit comments