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 be66414 commit d528c97Copy full SHA for d528c97
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v5
8
# waiting on: https://github.com/actions/setup-node/issues/531
9
- run: corepack enable
10
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
11
with:
12
node-version: 22
13
cache: yarn
0 commit comments