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 914e5db + a9ddeca commit 5b7e847Copy full SHA for 5b7e847
.github/workflows/dev-commandkit.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- uses: actions/checkout@v4
29
30
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
31
with:
32
node-version: 22
33
registry-url: https://registry.npmjs.org
.github/workflows/lint.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: 🟢 Node
22
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
23
24
25
.github/workflows/publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
0 commit comments