We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
1 parent 587b41e commit 5e8705eCopy full SHA for 5e8705e
.github/workflows/main.yml
@@ -10,16 +10,15 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
+ - 16
14
- 14
15
- 12
- - 10
16
- - 8
17
os:
18
- ubuntu-latest
19
- windows-latest
20
steps:
21
- uses: actions/checkout@v2
22
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
23
with:
24
node-version: ${{ matrix.node-version }}
25
- run: npm install
package.json
@@ -11,7 +11,7 @@
"url": "https://sindresorhus.com"
},
"engines": {
- "node": ">=8"
+ "node": ">=12"
"scripts": {
"test": "xo && ava && tsd"
0 commit comments