Skip to content

Commit 9672b16

Browse files
committed
Bump node version in release action
1 parent 5151091 commit 9672b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: wyvox/action-setup-pnpm@v3
1919
with:
20-
node-version: 18
20+
node-version: 20
2121

2222
- name: install dependencies
2323
run: pnpm install
@@ -31,4 +31,4 @@ jobs:
3131
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3232

3333
- name: publish to npm
34-
run: npm publish
34+
run: pnpm publish

0 commit comments

Comments
 (0)