mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
Try bumping node version
This commit is contained in:
@@ -146,7 +146,7 @@ jobs:
|
||||
- run: tox -e check_py3_compatibility
|
||||
js_unit:
|
||||
docker:
|
||||
- image: circleci/node:10-browsers
|
||||
- image: circleci/node:12-browsers
|
||||
<<: *set_workdir
|
||||
steps:
|
||||
- *restore_yarn_cache
|
||||
@@ -160,7 +160,7 @@ jobs:
|
||||
- run: cd client && yarn run test
|
||||
js_lint:
|
||||
docker:
|
||||
- image: circleci/node:10-browsers
|
||||
- image: circleci/node:12-browsers
|
||||
<<: *set_workdir
|
||||
steps:
|
||||
- *restore_yarn_cache
|
||||
|
||||
Reference in New Issue
Block a user