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 24b472d commit 93369efCopy full SHA for 93369ef
.github/workflows/qa.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js
19
uses: actions/setup-node@v6
20
with:
21
- node-version: '22.x'
+ node-version: '24.x'
22
- name: Install dependencies
23
run: |
24
npm ci
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
25
26
27
- node-version: 22.x
+ node-version: 24.x
28
29
30
0 commit comments