Skip to content

Commit 9ac4d54

Browse files
committed
Update workflow
1 parent 9c4f378 commit 9ac4d54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [16.x, 18.x]
13+
node-version: [18.x, 20.x]
1414

1515
steps:
1616
- name: Checkout repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"author": "Yannick Deubel (https://github.com/yandeu)"
3333
},
3434
"engines": {
35-
"node": ">=12"
35+
"node": ">=18.2"
3636
},
3737
"license": "MIT",
3838
"dependencies": {

0 commit comments

Comments
 (0)