Skip to content

Commit

Permalink
Bump node from 20.17.0 to 20.18.0 (#16)
Browse files Browse the repository at this point in the history
* Bump node from 20.17.0 to 20.18.0

Bumps node from 20.17.0 to 20.18.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update test-and-deploy.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Prins <[email protected]>
  • Loading branch information
dependabot[bot] and mprins authored Oct 8, 2024
1 parent a20741e commit c7f87bb
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.17.0"
NODE_VERSION: "20.18.0"

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.17.0 AS builder
FROM node:20.18.0 AS builder

ARG BASE_HREF=/
ARG ADD_NG_LIBRARIES
Expand Down

0 comments on commit c7f87bb

Please sign in to comment.