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