mirror of
https://github.com/danog/inline-critical.git
synced 2024-11-26 12:04:38 +01:00
Require node 10
This commit is contained in:
parent
f8fe5b0c8b
commit
5606d6439d
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -11,8 +11,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# switch to `8` when https://github.com/actions/setup-node/issues/27 is fixed
|
||||
node: [8.16.1, 10, 12]
|
||||
node: [10, 12]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
@ -39,4 +38,4 @@ jobs:
|
||||
uses: coverallsapp/github-action@master
|
||||
if: startsWith(matrix.os, 'ubuntu') && matrix.node == 10
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
@ -74,6 +74,6 @@
|
||||
"bracketSpacing": false
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
"node": ">=10"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user