Skip to content

Commit 298bf57

Browse files
author
Abdelhalim Dadouche
committed
dropping node 16 support, adding node 22 -> eslint v9 update
1 parent 23cd5b2 commit 298bf57

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/test-cdk.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, 20.x]
13+
node-version: [18.x, 20.x, 22.x]
1414

1515
steps:
1616
- name: Check out repository code

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export default [...compat.extends(
3434
...globals.browser,
3535
...globals.node,
3636
...globals.jest,
37-
...globals.commonjs,
3837
},
3938

4039
parser: tsParser,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.4",
44
"main": "dist/lib/index.js",
55
"types": "dist/lib/index.d.ts",
6+
"type": "module",
67
"scripts": {
78
"build": "tsc",
89
"copy-src": "if [ -d dist/source-repo ]; then rm -rf dist/source-repo; fi && cp -r source-repo dist && cp assets/create-ec2-ami.sh dist/assets",

0 commit comments

Comments
 (0)