Skip to content

Commit

Permalink
fix(semantic-release): Using engines package.json field (#4)
Browse files Browse the repository at this point in the history
* fix(semantic-release): Using engines package.json field as the CI node version
  • Loading branch information
arthur-melo authored Dec 21, 2022
1 parent 0580b05 commit f22d3f1
Show file tree
Hide file tree
Showing 2 changed files with 3,938 additions and 6,995 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: latest
node-version: 14.18.0
cache: 'npm'

- name: Install dependencies
Expand Down
Loading

0 comments on commit f22d3f1

Please sign in to comment.