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 e296671 commit 4398b3eCopy full SHA for 4398b3e
.github/workflows/check.yml
@@ -55,7 +55,7 @@ jobs:
55
steps:
56
- uses: actions/checkout@v5
57
- name: Use Node.js 21.x
58
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
59
with:
60
node-version: 21.x
61
- run: npm ci
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@v5
30
- name: Use Node.js 22.x
31
32
33
node-version: 22.x
34
0 commit comments