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 445ce51 commit 3e3dbdfCopy full SHA for 3e3dbdf
1 file changed
.github/workflows/github-ci.yml
@@ -17,10 +17,10 @@ jobs:
17
18
- uses: actions/checkout@v6
19
20
- - name: Use Node.js LTS 20.19.5
+ - name: Use Node.js LTS 22
21
uses: actions/setup-node@v6
22
with:
23
- node-version: 24.16.0
+ node-version: 22
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