Skip to content

Commit

Permalink
ci: use node 14 to work with semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYuion committed Aug 16, 2022
1 parent 55ff4b7 commit 29ad023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '12'
node-version: '14'

- name: Cache node modules
uses: actions/cache@v1
Expand Down

0 comments on commit 29ad023

Please sign in to comment.