Skip to content

Commit a8b9c20

Browse files
committed
chore: update action
1 parent 4e88c31 commit a8b9c20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_npm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v3
14+
with:
15+
node-version: 'lts/*'
16+
registry-url: 'https://registry.npmjs.org'
1317
- uses: pnpm/[email protected]
1418
with:
1519
version: latest

0 commit comments

Comments
 (0)