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 97c5b32 commit 20e119aCopy full SHA for 20e119a
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Node.js
37
uses: actions/setup-node@v4
38
with:
39
- node-version: '20'
+ node-version: '24'
40
cache: 'npm'
41
- name: Install npm dependencies
42
run: npm ci
0 commit comments