Skip to content

Commit

Permalink
build: drop Node.js 10 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The minimum required version of Node is 12.0.0.
  • Loading branch information
XhmikosR authored and Jonathan Ginsburg committed Apr 12, 2022
1 parent 821f094 commit ea691e8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 10
node-version: 16
cache: npm
- run: npm ci
- run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: browser-actions/setup-firefox@latest
- uses: actions/setup-node@v3
with:
node-version: 10
node-version: 16
cache: npm
- run: npm ci
- run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 16
Expand Down Expand Up @@ -41,7 +40,6 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 16
Expand Down
156 changes: 1 addition & 155 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -44,7 +44,6 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^4.1.0",
"grunt": "^1.5.2",
"husky": "^4.3.8",
"jasmine": "^4.1.0",
"karma": "^6.3.17",
"karma-firefox-launcher": "^2.1.2",
Expand All @@ -54,7 +53,7 @@
"karma": "*"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit ea691e8

Please sign in to comment.