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 54f4759 commit 3a5ab2eCopy full SHA for 3a5ab2e
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
23
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
24
with:
25
node-version: 22
26
cache: "npm"
.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
.github/workflows/distribute.yaml
@@ -37,7 +37,7 @@ jobs:
37
name: js
38
path: dist
39
40
41
42
43
registry-url: "https://registry.npmjs.org"
0 commit comments