mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 07:27:47 +01:00
update node in circleci
This commit is contained in:
@@ -2,7 +2,7 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
test-backend:
|
test-backend:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:14.20
|
- image: cimg/node:16.20
|
||||||
- image: cimg/mariadb:10.8
|
- image: cimg/mariadb:10.8
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
test-frontend:
|
test-frontend:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:14.20
|
- image: cimg/node:16.20
|
||||||
|
|
||||||
working_directory: ~/photos
|
working_directory: ~/photos
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
test-frontend-build:
|
test-frontend-build:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:14.20
|
- image: cimg/node:16.20
|
||||||
|
|
||||||
working_directory: ~/photos
|
working_directory: ~/photos
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user