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 b30f1ff commit ebb4f09Copy full SHA for ebb4f09
.github/workflows/ci.yml
@@ -20,13 +20,13 @@ jobs:
20
- name: Check out repository
21
uses: actions/checkout@v4.3.0
22
- name: Setup Node
23
- uses: actions/setup-node@v4.4.0
+ uses: actions/setup-node@v6.0.0
24
with:
25
node-version-file: ".nvmrc"
26
- name: Setup yarn with corepack
27
run: corepack enable && corepack install
28
- name: Setup Node again with yarn cache
29
30
31
32
cache: yarn
0 commit comments