mirror of
https://github.com/danog/inline-critical.git
synced 2024-11-30 04:29:07 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# switch to `8` when https://github.com/actions/setup-node/issues/27 is fixed
|
node: [10, 12]
|
||||||
node: [8.16.1, 10, 12]
|
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -39,4 +38,4 @@ jobs:
|
|||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
if: startsWith(matrix.os, 'ubuntu') && matrix.node == 10
|
if: startsWith(matrix.os, 'ubuntu') && matrix.node == 10
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
@ -74,6 +74,6 @@
|
|||||||
"bracketSpacing": false
|
"bracketSpacing": false
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 8"
|
"node": ">=10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user