Skip to content

Commit b34ae5e

Browse files
authored
chore(ci): override cleanup, node 22 (#2110)
1 parent be566cd commit b34ae5e

File tree

6 files changed

+143
-961
lines changed

6 files changed

+143
-961
lines changed

.github/workflows/.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: steps.triggers.outputs.triggered == 'true'
5050
uses: bcgov/action-test-and-analyse@e2ba34132662c1638dbde806064eb7004b3761c3 # v1.3.0
5151
with:
52-
node_version: "18"
52+
node_version: "22"
5353
commands: |
5454
npm ci
5555
npm run cy:run-1 || true

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm ci
2727
npm run lint
2828
dir: frontend
29-
node_version: "20"
29+
node_version: "22"
3030

3131
tests-backend:
3232
name: Backend Java CI

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build static files
22
# Node Bullseye has npm
3-
FROM node:18.20.8-bullseye-slim AS build
3+
FROM node:22.0.0-bullseye-slim AS build
44
ENV NODE_OPTIONS="--max-old-space-size=3072"
55

66
# Build

0 commit comments

Comments
 (0)