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.
2 parents fbc96c1 + cec1a84 commit 9ee7402Copy full SHA for 9ee7402
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: 🔧 Setup Node.js
27
uses: actions/setup-node@v6
28
with:
29
- node-version: 22
+ node-version: 24
30
cache: 'pnpm'
31
32
- name: 📦 Install dependencies
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
- node-version: '22'
+ node-version: '24'
- name: Install dependencies
0 commit comments