Skip to content

Commit

Permalink
Drop support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Sep 26, 2021
1 parent 48617fc commit 484f1f5
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
node: [12, 14, 16]
os: [ubuntu-latest, windows-latest]

steps:
Expand All @@ -36,6 +36,6 @@ jobs:

- name: Run Coveralls
uses: coverallsapp/github-action@master
if: startsWith(matrix.os, 'ubuntu') && matrix.node == 10
if: startsWith(matrix.os, 'ubuntu') && matrix.node == 12
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
166 changes: 124 additions & 42 deletions 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 @@ -39,7 +39,7 @@
"fg-loadcss": "^2.1.0",
"get-stdin": "^8.0.0",
"indent-string": "^4.0.0",
"jsdom": "^16.6.0",
"jsdom": "^17.0.0",
"lodash.defaults": "^4.2.0",
"lodash.escaperegexp": "^4.1.2",
"lodash.isregexp": "^4.0.1",
Expand Down

0 comments on commit 484f1f5

Please sign in to comment.