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 64f760c commit 55aa3dfCopy full SHA for 55aa3df
.github/workflows/demo.yml
@@ -24,7 +24,7 @@ jobs:
24
version: 10
25
26
- name: ⎔ Setup Node.js
27
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
28
with:
29
node-version: 22
30
cache: pnpm
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
registry-url: 'https://registry.npmjs.org'
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
31
32
33
34
35
0 commit comments