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 c7815ee commit 67945cbCopy full SHA for 67945cb
1 file changed
.github/workflows/ci.yml
@@ -20,13 +20,13 @@ jobs:
20
- name: Check out repository
21
uses: actions/[email protected]
22
- name: Setup Node
23
- uses: actions/setup-node@v6.1.0
+ uses: actions/setup-node@v6.3.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