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 b599735 commit 53a8a9eCopy full SHA for 53a8a9e
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Use Node.js
16
uses: actions/setup-node@v6
17
with:
18
- node-version: 20
+ node-version: 24
19
cache: 'npm'
20
- name: Install dependencies
21
run: npm ci
.github/workflows/RELEASE.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
registry-url: 'https://registry.npmjs.org'
39
0 commit comments