update github workflow with newer version of different actions (#33)

This commit is contained in:
Tiger Wang
2023-03-21 22:57:30 -04:00
committed by GitHub
parent f5fcd9ed92
commit 6dfbf0eba9
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ jobs:
publish-npm:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/