Skip to content

Commit

Permalink
chore: bump supported node version (#463)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires Node@^12.22.x || ^14.17.x || >=16.x
  • Loading branch information
MichaelDeBoey committed Oct 13, 2021
1 parent 1fa31d9 commit f9f9add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand All @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
node: [10.12, 10, '12.0', 12, 14, 16]
node: [12.22.0, 12, 14.17.0, 14, '16.0', 16]
eslint: [7.5, 7]

steps:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint": "^7.5.0"
},
"engines": {
"node": "^10.12.0 || >=12.0.0",
"node": "^12.22.0 || ^14.17.0 || >=16.0.0",
"npm": ">=6"
},
"license": "MIT"
Expand Down

0 comments on commit f9f9add

Please sign in to comment.