Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Feb 19, 2022
1 parent 29279b3 commit 8701e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.6
node-version: 16.14
- run: yarn
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.6
node-version: 16.14
- run: yarn
- run: COMMIT_ID=$(git rev-parse --short HEAD) node publish-version.js
- uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 8701e03

Please sign in to comment.