Skip to content

Commit

Permalink
use node version 18x
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Oct 6, 2022
1 parent 8cec623 commit 2975d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install the node
uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '18'
- run: |
npm install
npm run build
Expand Down

0 comments on commit 2975d2a

Please sign in to comment.