We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5966b6d commit 355eccdCopy full SHA for 355eccd
2 files changed
.github/workflows/main.yml
@@ -10,20 +10,13 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
- - 10
14
- - 12
15
- - 14
+ - 20
+ - 22
+ - 24
16
os:
17
- ubuntu-latest
18
- macos-latest
19
- windows-latest
20
- exclude:
21
- - node-version: 10
22
- os: macos-latest
23
- - node-version: 12
24
25
- - node-version: 14
26
27
steps:
28
- uses: actions/checkout@v2
29
- uses: actions/setup-node@v2
package.json
@@ -48,6 +48,6 @@
48
"shelljs-release": "^0.5.2"
49
},
50
"engines": {
51
- "node": ">=10"
+ "node": ">=20"
52
}
53
0 commit comments