Skip to content

Commit

Permalink
fix: lower Node.js engine to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 5, 2021
1 parent 93d0b0d commit e19ede4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '12'
cache: yarn
- run: yarn install
- run: yarn prepack
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"webpack": "3 || 4 || 5"
},
"engines": {
"node": ">=14"
"node": ">=12"
}
}

0 comments on commit e19ede4

Please sign in to comment.