Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
feat: node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
phawxby committed Nov 3, 2020
1 parent a6b2805 commit c4f3da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prepublishOnly": "yarn run build"
},
"engines": {
"node": ">=10 <=12"
"node": ">=10 <=14"
},
"browserslist": [
"current node"
Expand Down

0 comments on commit c4f3da1

Please sign in to comment.