We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd11d3 commit c5168fcCopy full SHA for c5168fc
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- uses: pnpm/action-setup@v4
16
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
17
with:
18
node-version: 20.x
19
cache: "pnpm"
.github/workflows/publish.yml
@@ -10,13 +10,11 @@ jobs:
10
publish:
11
runs-on: ubuntu-latest
12
- - uses: actions/checkout@v3
- - uses: pnpm/action-setup@v2
+ - uses: actions/checkout@v4
+ - uses: pnpm/action-setup@v4
- version: 7
- with:
- node-version: 16.x
+ node-version: 20.x
20
21
22
- run: pnpm install --frozen-lockfile
0 commit comments