Skip to content

Commit

Permalink
chore: bump to node 12 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed Nov 7, 2019
1 parent 05b5b74 commit 6e61a0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -22,10 +22,10 @@ aliases:
run: yarn --frozen-lockfile

executors:
node_10:
node_12:
working_directory: *working_directory
docker:
- image: circleci/node:10.17
- image: circleci/node:12.13

cypress:
working_directory: *working_directory
Expand Down Expand Up @@ -107,15 +107,15 @@ commands:

jobs:
build_lint_and_test:
executor: node_10
executor: node_12
steps:
- setup_dependencies
- *save_yarn_cache
- build_packages
- lint_and_test
- save_package_bundles
vrt_test:
executor: node_10
executor: node_12
steps:
- setup_dependencies
- restore_package_bundles
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- store_artifacts:
path: cypress/screenshots
publish:
executor: node_10
executor: node_12
steps:
- setup_dependencies
- restore_package_bundles
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
10
12
2 changes: 1 addition & 1 deletion playground/Dockerfile
@@ -1,4 +1,4 @@
FROM node:10-alpine
FROM node:12-alpine

WORKDIR /app

Expand Down

0 comments on commit 6e61a0a

Please sign in to comment.