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 a41d05c commit 8b57a62Copy full SHA for 8b57a62
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js
14
uses: actions/setup-node@v4
15
with:
16
- node-version: 22.x
+ node-version: 24.x
17
- name: Build project
18
run: npm ci
19
- name: Run tests
0 commit comments