Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

Circularity:
docker:
- image: cimg/node:23.7.0
- image: cimg/node:25.0.0
steps:
- checkout
- run: npm version
Expand All @@ -21,7 +21,7 @@ jobs:

Publint:
docker:
- image: cimg/node:23.7.0
- image: cimg/node:25.0.0
steps:
- checkout
- run: npm version
Expand All @@ -31,7 +31,7 @@ jobs:

Lint:
docker:
- image: cimg/node:23.9.0
- image: cimg/node:25.0.0
steps:
- checkout
- run: npm version
Expand All @@ -42,15 +42,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:23.9.0
- image: cimg/node:25.0.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:23.9.0
- image: cimg/node:25.0.0
parameters:
project:
type: string
Expand All @@ -73,15 +73,15 @@ jobs:
path: reports/junit
Attest:
docker:
- image: cimg/node:23.9.0
- image: cimg/node:25.0.0
steps:
- checkout
- run: npm ci
- run: npm run test:type-benches

BuildTarball:
docker:
- image: cimg/node:23.9.0
- image: cimg/node:25.0.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -100,7 +100,7 @@ jobs:
react:
type: string
docker:
- image: cimg/node:23.9.0-browsers
- image: cimg/node:25.0.0-browsers
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
externalPackage:
type: string
docker:
- image: cimg/node:23.9.0
- image: cimg/node:25.0.0
steps:
- checkout
- attach_workspace:
Expand Down