chore(nodejs): upgrade to 22.15.1

This commit is contained in:
Barry Chen
2025-05-15 13:03:01 -05:00
parent ffcf3b8335
commit 7e8e10045b
6 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ executors:
tiny-executor:
resource_class: small
docker:
- image: cimg/node:22.14.0
- image: cimg/node:22.15.1
environment:
HUSKY_SKIP_INSTALL: 1
@@ -65,7 +65,7 @@ executors:
default: medium+
image:
type: string
default: cimg/node:22.14.0
default: cimg/node:22.15.1
resource_class: << parameters.resource_class >>
docker:
- image: << parameters.image >>
@@ -1002,7 +1002,7 @@ workflows:
name: Deploy CI Images
executor:
name: docker-build-executor
image: cimg/node:22.14.0-browsers
image: cimg/node:22.15.1-browsers
filters:
branches:
only:
@@ -1276,7 +1276,7 @@ workflows:
name: Deploy CI Images (nightly)
executor:
name: docker-build-executor
image: cimg/node:22.14.0-browsers
image: cimg/node:22.15.1-browsers
# Note, setting force-deploy as true will result in rebuilding the images regardless
# of whether or not there are package modifications.
force-deploy: true

2
.nvmrc
View File

@@ -1 +1 @@
22.14
22.15

View File

@@ -5,7 +5,7 @@
# By running a yarn install inside the same base container that we use in our CI, we can
# ensure the same checksums are created correctly.
#
FROM cimg/node:22.14
FROM cimg/node:22.15
COPY . .
RUN sudo yarn cache clear --all

View File

@@ -4,7 +4,7 @@
# Runs tests and common CI operations. Needs minimal install. Assumes
# workspace will be restored into the project folder.
FROM cimg/node:22.14 AS test-runner
FROM cimg/node:22.15 AS test-runner
RUN sudo apt-get update && sudo apt-get install -y \
python3-venv
WORKDIR /home/circleci

View File

@@ -1,7 +1,7 @@
# Multi stage docker build for fxa-mono repo. Note that stages should be cached due to docker layer caching being
# turned on in CI.
FROM node:22.14.0-bullseye-slim AS fxa-base
FROM node:22.15.1-bullseye-slim AS fxa-base
RUN set -x \
&& addgroup --gid 10001 app \
&& adduser --disabled-password \

View File

@@ -137,7 +137,7 @@
"winston": "^3.17.0"
},
"engines": {
"node": "^22.14.0"
"node": "^22.15.1"
},
"lint-staged": {
"packages/!(fxa-payments-server)/**/*.js": [