Skip to content

Commit

Permalink
Merge pull request #8955 from help-me-mom/renovate/root/node-20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime authored May 13, 2024
2 parents 39523df + f38f994 commit 589bbfc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ orbs:
executors:
core:
docker:
- image: satantime/puppeteer-node:20.12.2
- image: satantime/puppeteer-node:20.13.1
resource_class: medium
a5:
docker:
Expand Down Expand Up @@ -63,11 +63,11 @@ executors:
resource_class: medium
a17:
docker:
- image: satantime/puppeteer-node:20.12.2
- image: satantime/puppeteer-node:20.13.1
resource_class: medium
a18:
docker:
- image: satantime/puppeteer-node:20.12.2
- image: satantime/puppeteer-node:20.13.1
resource_class: medium

commands:
Expand Down
18 changes: 9 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
ng-mocks:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- .:/app
Expand All @@ -14,7 +14,7 @@ services:
- --no-audit

docs:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- ./docs:/app
Expand All @@ -26,7 +26,7 @@ services:
- --no-audit

e2e:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- ./tests-e2e:/app
Expand Down Expand Up @@ -204,7 +204,7 @@ services:
- --no-audit

a17:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- ./e2e/a17:/app
Expand All @@ -216,7 +216,7 @@ services:
- --no-audit

a18:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- ./e2e/a18:/app
Expand All @@ -228,7 +228,7 @@ services:
- --no-audit

jasmine:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- ./e2e/jasmine:/app
Expand All @@ -240,7 +240,7 @@ services:
- --no-audit

jest:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- ./e2e/jest:/app
Expand All @@ -252,7 +252,7 @@ services:
- --no-audit

min:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- ./e2e/min:/app
Expand All @@ -264,7 +264,7 @@ services:
- --no-audit

nx:
image: satantime/puppeteer-node:20.12.2
image: satantime/puppeteer-node:20.13.1
working_dir: /app
volumes:
- ./e2e/nx:/app
Expand Down

0 comments on commit 589bbfc

Please sign in to comment.