Skip to content

Commit

Permalink
NOISSUE Fix node version for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-dt committed Apr 22, 2024
1 parent d037a07 commit e054d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2.5.0
with:
node-version: 14
node-version: 20
- name: Install npm libs
run: |
yarn global add license-report
Expand Down

0 comments on commit e054d6f

Please sign in to comment.