bump node from 20.5.1 to 20.8.1

This commit is contained in:
Robert Helmer 2023-10-18 19:17:45 -07:00
Родитель cd3f11a445
Коммит e17d84054e
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -3,14 +3,14 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:20.5.1
- image: cimg/node:20.8.1
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
node_with_python:
docker:
- image: cimg/node:20.5.1
- image: cimg/node:20.8.1
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.5
- image: cimg/node:20.8
auth:
username: $DOCKER_USER
password: $DOCKER_PASS

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

@ -95,7 +95,7 @@
"typescript": "^5.0.4"
},
"engines": {
"node": "18.12.x",
"node": "20.5.x",
"npm": "9.6.5"
}
},

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

@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Firefox Monitor",
"engines": {
"node": "18.12.x",
"node": "20.8.x",
"npm": "9.6.5"
},
"type": "module",
@ -42,7 +42,7 @@
"homepage": "https://github.com/mozilla/blurts-server",
"license": "MPL-2.0",
"volta": {
"node": "20.5.1",
"node": "20.8.1",
"npm": "9.6.5"
},
"dependencies": {