Skip to content

Commit 28ffafa

Browse files
committed
Set min node engine version to 20.x
1 parent 1686f9c commit 28ffafa

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: [18.x, 20.x, 22.x]
14+
node-version: [20.x, 22.x, 23.x, 24.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": ">= 18.19.1"
19+
"node": ">= 20.0.0"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)