diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index fd1dbccfc..7b6ed39d6 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -1,7 +1,7 @@ name: 'Test and deploy' env: # Keep this in sync with Dockerfile version - NODE_VERSION: "18.18.2" + NODE_VERSION: "18.19.0" on: push: diff --git a/Dockerfile b/Dockerfile index 3cbcc215f..acfd6f112 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION=snapshot ARG API_VERSION=snapshot # Note when updating this version also update the version in the workflow files -FROM --platform=linux/amd64 node:18.18.2 AS builder +FROM --platform=linux/amd64 node:18.19.0 AS builder ARG BASE_HREF=/ diff --git a/package.json b/package.json index acb096067..6a8dc3939 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@types/geojson": "^7946.0.10", "@types/jest": "^29.5.3", "@types/luxon": "^3.3.1", - "@types/node": "^18.17.5", + "@types/node": "^18.19.2", "@types/proj4": "^2.5.2", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0",