Skip to content

Commit

Permalink
downgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Jun 3, 2021
1 parent 934723f commit 0832eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Use Node.js 16.3.0
- name: Use Node.js 14.16.0
uses: actions/setup-node@v1
with:
node-version: '16.3.0'
node-version: '14.16.0'

- name: npm run install
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
]
},
"engines": {
"node": ">=16.3.0"
"node": ">=14.16.0"
},
"cpu": [
"x64"
Expand Down

0 comments on commit 0832eb1

Please sign in to comment.