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 64d32ce + 5afc692 commit fa850bfCopy full SHA for fa850bf
.github/workflows/npm-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: pnpm/[email protected]
24
with:
25
version: 'latest'
26
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
27
28
node-version: "16.x"
29
registry-url: "https://registry.npmjs.org"
.github/workflows/static.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
- name: Use Node.js 16.x
47
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
48
49
50
cache: "pnpm"
.github/workflows/stories-check.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments