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 4a1ed95 commit 3a36012Copy full SHA for 3a36012
2 files changed
.github/workflows/on_pr.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v7
14
- run: corepack enable
15
- name: Use Node.js
16
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
17
with:
18
node-version: 22
19
cache: yarn
.github/workflows/on_push.yml
@@ -14,7 +14,7 @@ jobs:
- name: Enable corepack
run: corepack enable
- name: Setup node
20
0 commit comments