Skip to content

Commit

Permalink
chore: update node version for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan Le committed Jan 11, 2024
1 parent d79c608 commit 42fa155
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.10.0
node-version: 16.15.0
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn compile
Expand Down

0 comments on commit 42fa155

Please sign in to comment.