Skip to content

Commit

Permalink
Update to node 20 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
psoleckimoj authored Oct 30, 2023
1 parent 506f396 commit ffd07a7
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 371 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ feature_branch: &feature_branch
version: 2.1

orbs:
hmpps: ministryofjustice/hmpps@7.3.4
hmpps: ministryofjustice/hmpps@7
slack: circleci/slack@4.12.5

parameters:
Expand All @@ -27,7 +27,7 @@ parameters:

node-version:
type: string
default: 18.17-browsers
default: 20.9-browsers

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage: base image
FROM node:18.17-bullseye-slim as base
FROM node:20.9-bullseye-slim as base

ARG BUILD_NUMBER=1_0_0
ARG GIT_REF=not-available
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-book-a-prison-visit-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: hmpps-book-a-prison-visit-ui
version: 0.2.0
dependencies:
- name: generic-service
version: 2.6.4
version: 2.8.0
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: 1.3.3
Expand Down
Loading

0 comments on commit ffd07a7

Please sign in to comment.