Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v23 (#12099)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 16516e5 commit 2676338
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

Lint:
docker:
- image: cimg/node:22.9.0
- image: cimg/node:23.1.0
steps:
- checkout
- run: npm version
Expand All @@ -24,15 +24,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:22.9.0
- image: cimg/node:23.1.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:22.9.0
- image: cimg/node:23.1.0
parameters:
project:
type: string
Expand All @@ -54,7 +54,7 @@ jobs:

BuildTarball:
docker:
- image: cimg/node:22.9.0
- image: cimg/node:23.1.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -73,7 +73,7 @@ jobs:
react:
type: string
docker:
- image: cimg/node:22.9.0-browsers
- image: cimg/node:23.1.0-browsers
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:22.9.0
- image: cimg/node:23.1.0
steps:
- checkout
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 40265,
"dist/apollo-client.min.cjs": 40266,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 33060
}

0 comments on commit 2676338

Please sign in to comment.