We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56bf08 commit cdf6641Copy full SHA for cdf6641
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
env:
10
- default_node_version: 14
+ default_node_version: 18
11
12
jobs:
13
test:
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, windows-latest, macos-latest]
20
- node-version: ["14", "16", "18"]
+ node-version: ["18", "20", "22"]
21
fail-fast: false
22
steps:
23
- uses: actions/checkout@v4
package.json
@@ -75,6 +75,6 @@
75
"typescript": "^5.0.0"
76
},
77
"engines": {
78
- "node": ">=14"
+ "node": ">=18"
79
}
80
0 commit comments