Skip to content

Commit 1686f9c

Browse files
committed
Update min node version to 18.x.
1 parent 67aa8ef commit 1686f9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1212
strategy:
1313
matrix:
14-
node-version: [16.x, 18.x, 20.x, 22.x]
14+
node-version: [18.x, 20.x, 22.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"description": "Geospatial catalog explorer based on TerriaJS.",
1717
"license": "Apache-2.0",
1818
"engines": {
19-
"node": ">= 16.0.0"
19+
"node": ">= 18.19.1"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)