Skip to content

Commit

Permalink
Bump node to 20.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed May 29, 2024
1 parent 7d0eaf0 commit 03dcc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: "20.11.0"
NODE_VERSION: "20.13.1"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDPLATFORM=linux/amd64
ARG API_VERSION=snapshot

FROM node:20.11.0 AS builder
FROM node:20.13.1 AS builder

ARG BASE_HREF=/
ARG ADD_NG_LIBRARIES
Expand Down

0 comments on commit 03dcc47

Please sign in to comment.