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 479e80c + 25a4519 commit cf5c60eCopy full SHA for cf5c60e
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
version: 7
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
24
25
node-version: ${{ matrix.node-version }}
26
cache: 'pnpm'
@@ -43,7 +43,7 @@ jobs:
43
- uses: pnpm/action-setup@v2
44
45
46
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
47
48
node-version: 14
49
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
27
28
29
0 commit comments