Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v22.7.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Aug 31, 2024
1 parent 36d2cae commit 50b54f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:

Lint:
docker:
- image: cimg/node:22.6.0
- image: cimg/node:22.7.0
steps:
- checkout
- run: npm version
@@ -24,15 +24,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:22.6.0
- image: cimg/node:22.7.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:22.6.0
- image: cimg/node:22.7.0
parameters:
project:
type: string
@@ -54,7 +54,7 @@ jobs:

BuildTarball:
docker:
- image: cimg/node:22.6.0
- image: cimg/node:22.7.0
steps:
- checkout
- run: npm run ci:precheck
@@ -73,7 +73,7 @@ jobs:
react:
type: string
docker:
- image: cimg/node:22.6.0-browsers
- image: cimg/node:22.7.0-browsers
steps:
- checkout
- attach_workspace:
@@ -111,7 +111,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:22.6.0
- image: cimg/node:22.7.0
steps:
- checkout
- attach_workspace:

0 comments on commit 50b54f9

Please sign in to comment.