Skip to content

Commit

Permalink
Merge pull request #67 from tamascsaba/master
Browse files Browse the repository at this point in the history
  • Loading branch information
schuchard authored Dec 7, 2021
2 parents 9eff909 + f6332af commit 50dbbb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'circleci/node:12.9.1-browsers'
- image: 'circleci/node:lts-browsers'
steps:
- checkout
# Download and cache dependencies
Expand All @@ -22,7 +22,7 @@ jobs:

test-single-app:
docker:
- image: 'circleci/node:12.9.1-browsers'
- image: 'circleci/node:lts-browsers'
steps:
- checkout
# Download and cache dependencies
Expand All @@ -37,7 +37,7 @@ jobs:

test-workspace-app-lib:
docker:
- image: 'circleci/node:12.9.1-browsers'
- image: 'circleci/node:lts-browsers'
steps:
- checkout
# Download and cache dependencies
Expand Down

0 comments on commit 50dbbb8

Please sign in to comment.