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 540f62f commit f129da3Copy full SHA for f129da3
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node.js environment
16
uses: actions/setup-node@v6
17
with:
18
- node-version: 20.19.5
+ node-version: 24.11.1
19
20
- run: npm install
21
- run: npm run build
.github/workflows/github-ci.yml
@@ -20,7 +20,7 @@ jobs:
- name: Use Node.js LTS 20.19.5
22
23
24
25
- name: Install dependencies
26
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
0 commit comments