We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982cfe0 commit 4b21348Copy full SHA for 4b21348
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node: [16.x, 18.x, 20.x]
+ node: [18.x, 20.x, 21.x]
10
name: Node ${{ matrix.node }}
11
steps:
12
- uses: actions/checkout@v4
package.json
@@ -15,7 +15,7 @@
15
"release": "npx standard-version"
16
},
17
"engines": {
18
- "node": ">=16.x"
+ "node": ">=18.x"
19
20
"keywords": [],
21
"repository": {
0 commit comments