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 98076e9 commit 6481f56Copy full SHA for 6481f56
.github/workflows/ci.yml
@@ -16,7 +16,8 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: 22
+ node-version: '24'
20
+ cache: 'npm'
21
22
- name: Install dependencies
23
run: npm ci
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
- node-version: '22'
cache: 'npm'
- name: Set npm registry
0 commit comments