This commit is contained in:
Zoran Liu 2022-04-07 18:16:08 +08:00
Родитель e4ddba7af7
Коммит 88e9e79eb1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3,7 +3,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:10-browsers
- image: circleci/node:16-browsers
working_directory: ~/repo
steps:
- checkout