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 9c4f378 commit 9ac4d54Copy full SHA for 9ac4d54
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
11
strategy:
12
matrix:
13
- node-version: [16.x, 18.x]
+ node-version: [18.x, 20.x]
14
15
steps:
16
- name: Checkout repository
package.json
@@ -32,7 +32,7 @@
32
"author": "Yannick Deubel (https://github.com/yandeu)"
33
},
34
"engines": {
35
- "node": ">=12"
+ "node": ">=18.2"
36
37
"license": "MIT",
38
"dependencies": {
0 commit comments