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 4197696 commit 14cc59aCopy full SHA for 14cc59a
.github/workflows/demo.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/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
registry-url: 'https://registry.npmjs.org'
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
33
34
35
36
37
0 commit comments