Skip to content

Commit

Permalink
Update satantime/puppeteer-node Docker tag to v14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2021
1 parent 86aae8a commit 2ee92bb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
Core:
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- .
'Install':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- ./e2e/a11/node_modules
'Angular 6':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand All @@ -104,7 +104,7 @@ jobs:
command: npm run b:a6
'Angular 7':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand All @@ -124,7 +124,7 @@ jobs:
command: npm run b:a7
'Angular 8':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand All @@ -144,7 +144,7 @@ jobs:
command: npm run b:a8
'Angular 9 without Ivy':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand All @@ -164,7 +164,7 @@ jobs:
command: npm run b:a9:off
'Angular 9 with Ivy':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand All @@ -184,7 +184,7 @@ jobs:
command: npm run b:a9:on
'Angular 10 without Ivy':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand All @@ -204,7 +204,7 @@ jobs:
command: npm run b:a10:off
'Angular 10 with Ivy':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand All @@ -224,7 +224,7 @@ jobs:
command: npm run b:a10:on
'Angular 11 without Ivy':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand All @@ -244,7 +244,7 @@ jobs:
command: npm run b:a11:off
'Angular 11 with Ivy':
docker:
- image: satantime/puppeteer-node:14.15.5-buster
- image: satantime/puppeteer-node:14.16.0-buster
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 2ee92bb

Please sign in to comment.