Skip to content

Commit

Permalink
update node verion for github publish (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
baolanlequang authored Jun 26, 2023
1 parent 818cc98 commit 9c40efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.0.0
node-version: 16.10.0
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn compile
Expand Down

0 comments on commit 9c40efa

Please sign in to comment.