Skip to content

Commit

Permalink
fix: use Node.js 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: required Node.js version is 12
  • Loading branch information
coderbyheart committed Sep 19, 2019
1 parent 96f2f79 commit 4c483a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install latest npm
run: |
sudo npm install -g npm@
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
},
"engines": {
"node": ">=10.0.0",
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"release": {
Expand Down

0 comments on commit 4c483a1

Please sign in to comment.