We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7cd26 commit 85f55d4Copy full SHA for 85f55d4
.github/workflows/tests.yml
@@ -14,8 +14,7 @@ jobs:
14
name: "*nix Tests"
15
strategy:
16
matrix:
17
- # TODO wait for https://github.com/nodejs/node/pull/34819 backport to 10 + 12
18
- node: [14]
+ node: [12, 14]
19
os: [ubuntu-16.04, macOS-10.15]
20
runs-on: ${{ matrix.os }}
21
steps:
@@ -73,8 +72,7 @@ jobs:
73
72
name: Windows Tests
74
75
76
77
78
arch: [x86, x64]
79
runs-on: windows-2016
80
package.json
@@ -35,7 +35,7 @@
35
"lib": "./lib"
36
},
37
"engines": {
38
- "node": ">= 6"
+ "node": ">= 12.19.0 < 13 || >= 14.10.0"
39
40
"dependencies": {
41
"fs-extra": "^7.0.0",
0 commit comments