Skip to content

Commit 8be1398

Browse files
committed
Require node 16
1 parent c8f2e07 commit 8be1398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: ['12.x', '14.x']
16+
node-version: ['16.x', '18.x']
1717

1818
steps:
1919
- name: Checkout

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/javascript-studio/studio-lambda",
77
"main": "lib/lambda.js",
88
"engines": {
9-
"node": ">=12.0.0"
9+
"node": ">=16.0.0"
1010
},
1111
"scripts": {
1212
"lint": "eslint .",

0 commit comments

Comments
 (0)