Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Docker update: Update Node.js to v18.19.0 #527

Merged
merged 3 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down