Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinrea committed Dec 11, 2023
1 parent 05c704e commit 039970f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 20.8.0
cache: 'npm'
- run: python3 -m pip install setuptools
- run: npm install
- run: npm run build
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 039970f

Please sign in to comment.