Skip to content

Commit d69a76a

Browse files
committed
chore: update publish action
1 parent ac76784 commit d69a76a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 14
14+
node-version: 18
1515
registry-url: https://registry.npmjs.org/
16+
- name: Upgrade NPM
17+
run: npm install -g npm
1618
- run: npm install
1719
- run: npm run build
1820
- run: npm publish --access public

0 commit comments

Comments
 (0)