Skip to content

Commit

Permalink
chore!: drop Node.js 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 7, 2022
1 parent f904a02 commit 2c9a839
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 16
Expand Down Expand Up @@ -45,7 +44,6 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 16
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"karma": "*"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 2c9a839

Please sign in to comment.