mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
chore(nodejs): upgrade to 22.15.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
"winston": "^3.17.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^22.14.0"
|
||||
"node": "^22.15.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"packages/!(fxa-payments-server)/**/*.js": [
|
||||
|
||||
Reference in New Issue
Block a user