Skip to content

Commit b5cc77f

Browse files
committed
fix: require Node.js ^20.18.3
For JSON module support: https://nodejs.org/api/esm.html#json-modules Signed-off-by: Kevin Locke <[email protected]>
1 parent 298337c commit b5cc77f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- ubuntu-latest
6969
- windows-latest
7070
node:
71-
- '20.0'
71+
- '20.18'
7272
- latest
7373
exclude:
7474
# Exclude os/version already run in test-primary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint": "^9.21.0"
8383
},
8484
"engines": {
85-
"node": "^20.11.0 || >=21.1.0",
85+
"node": "^20.18.3 || >=21.1.0",
8686
"npm": ">=1.3.7"
8787
}
8888
}

0 commit comments

Comments
 (0)