Skip to content

Commit 243b425

Browse files
committed
fix: node18 and higher
1 parent fee509d commit 243b425

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
node-version: [ 16.x, 18.x, 20.x ]
18+
node-version: [ 18.x, 20.x ]
1919
os: [ windows-latest, ubuntu-latest, macOS-latest ]
2020

2121
# Go

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "eslint . --fix"
1818
},
1919
"engines": {
20-
"node": ">=16"
20+
"node": ">=18"
2121
},
2222
"author": "Michael Hart <michael.hart.au@gmail.com>",
2323
"license": "Apache-2.0",
@@ -57,4 +57,4 @@
5757
"serverless",
5858
"test"
5959
]
60-
}
60+
}

0 commit comments

Comments
 (0)