bump npm and node versions everywhere

This commit is contained in:
Robert Helmer 2024-05-07 09:19:50 -07:00
Родитель 304414431c
Коммит 2cb01beba3
10 изменённых файлов: 16 добавлений и 16 удалений

Просмотреть файл

@ -3,14 +3,14 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:20.12.0
- image: cimg/node:22.1.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
node_with_python:
docker:
- image: cimg/node:20.12.0
- image: cimg/node:22.1.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
@ -35,7 +35,7 @@ executors:
description: "Which cimg/postgres tag to use"
type: string
docker:
- image: cimg/node:20.12
- image: cimg/node:22.1
auth:
username: $DOCKER_USER
password: $DOCKER_PASS

2
.github/workflows/build.yaml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.12.x'
node-version: '22.1.x'
- run: npm ci
- run: npm run build-glean
- run: cp .env-dist .env

2
.github/workflows/e2e_cron.yml поставляемый
Просмотреть файл

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12
node-version: 22.1
- name: Install dependencies
run: npm ci

2
.github/workflows/e2e_pr.yml поставляемый
Просмотреть файл

@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12
node-version: 22.1
- name: Install dependencies
run: npm ci

2
.github/workflows/lint.yaml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.12.x'
node-version: '22.1.x'
- run: npm ci
- run: npm run build-glean
- run: npm run build-nimbus

2
.github/workflows/unittests.yaml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.12.x'
node-version: '22.1.x'
- run: npm ci
- run: cp .env-dist .env
- run: npm run build-glean

Просмотреть файл

@ -21,6 +21,6 @@ build({
format: "esm",
outdir: "dist/scripts/cronjobs/",
sourcemap: true,
target: "node20.12",
target: "node22.1",
packages: "external",
});

Просмотреть файл

@ -18,4 +18,4 @@
# Default build command.
command = "npm ci; cp .env-dist .env; npm run build-storybook"
environment = { NODE_VERSION = "20.12.0", NPM_VERSION = "10.2.4" }
environment = { NODE_VERSION = "22.1.0", NPM_VERSION = "10.7.0" }

4
package-lock.json сгенерированный
Просмотреть файл

@ -105,8 +105,8 @@
"yaml": "^2.4.1"
},
"engines": {
"node": "20.12.x",
"npm": "10.2.x"
"node": "22.1.x",
"npm": "10.7.x"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

Просмотреть файл

@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "Firefox Monitor",
"engines": {
"node": "20.12.x",
"npm": "10.2.x"
"node": "22.1.x",
"npm": "10.7.x"
},
"type": "module",
"scripts": {
@ -41,8 +41,8 @@
"homepage": "https://github.com/mozilla/blurts-server",
"license": "MPL-2.0",
"volta": {
"node": "20.12.0",
"npm": "10.2.4"
"node": "22.1.0",
"npm": "10.7.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.569.0",