mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-28 07:03:55 +00:00
chore(nodejs): upgrade to 22.15.1
This commit is contained in:
parent
ffcf3b8335
commit
7e8e10045b
@ -53,7 +53,7 @@ executors:
|
|||||||
tiny-executor:
|
tiny-executor:
|
||||||
resource_class: small
|
resource_class: small
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:22.14.0
|
- image: cimg/node:22.15.1
|
||||||
environment:
|
environment:
|
||||||
HUSKY_SKIP_INSTALL: 1
|
HUSKY_SKIP_INSTALL: 1
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ executors:
|
|||||||
default: medium+
|
default: medium+
|
||||||
image:
|
image:
|
||||||
type: string
|
type: string
|
||||||
default: cimg/node:22.14.0
|
default: cimg/node:22.15.1
|
||||||
resource_class: << parameters.resource_class >>
|
resource_class: << parameters.resource_class >>
|
||||||
docker:
|
docker:
|
||||||
- image: << parameters.image >>
|
- image: << parameters.image >>
|
||||||
@ -1002,7 +1002,7 @@ workflows:
|
|||||||
name: Deploy CI Images
|
name: Deploy CI Images
|
||||||
executor:
|
executor:
|
||||||
name: docker-build-executor
|
name: docker-build-executor
|
||||||
image: cimg/node:22.14.0-browsers
|
image: cimg/node:22.15.1-browsers
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@ -1276,7 +1276,7 @@ workflows:
|
|||||||
name: Deploy CI Images (nightly)
|
name: Deploy CI Images (nightly)
|
||||||
executor:
|
executor:
|
||||||
name: docker-build-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
|
# Note, setting force-deploy as true will result in rebuilding the images regardless
|
||||||
# of whether or not there are package modifications.
|
# of whether or not there are package modifications.
|
||||||
force-deploy: true
|
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
|
# 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.
|
# ensure the same checksums are created correctly.
|
||||||
#
|
#
|
||||||
FROM cimg/node:22.14
|
FROM cimg/node:22.15
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN sudo yarn cache clear --all
|
RUN sudo yarn cache clear --all
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Runs tests and common CI operations. Needs minimal install. Assumes
|
# Runs tests and common CI operations. Needs minimal install. Assumes
|
||||||
# workspace will be restored into the project folder.
|
# 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 \
|
RUN sudo apt-get update && sudo apt-get install -y \
|
||||||
python3-venv
|
python3-venv
|
||||||
WORKDIR /home/circleci
|
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
|
# Multi stage docker build for fxa-mono repo. Note that stages should be cached due to docker layer caching being
|
||||||
# turned on in CI.
|
# 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 \
|
RUN set -x \
|
||||||
&& addgroup --gid 10001 app \
|
&& addgroup --gid 10001 app \
|
||||||
&& adduser --disabled-password \
|
&& adduser --disabled-password \
|
||||||
|
|||||||
@ -137,7 +137,7 @@
|
|||||||
"winston": "^3.17.0"
|
"winston": "^3.17.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^22.14.0"
|
"node": "^22.15.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"packages/!(fxa-payments-server)/**/*.js": [
|
"packages/!(fxa-payments-server)/**/*.js": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user