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 9f5c7ad commit d59dcdbCopy full SHA for d59dcdb
.github/workflows/NodeCI.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v4
38
- uses: actions/setup-node@v4
39
with:
40
- node-version: 14.x
+ node-version: 24.x
41
- name: Downgrade Packages
42
run: |
43
npm install --save-exact [email protected] [email protected] -f
.github/workflows/Release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node.js 16
20
uses: actions/setup-node@v4
21
22
- node-version: 16
+ node-version: 24
23
24
- name: Install Dependencies
25
run: npm install -f
0 commit comments