Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): pin node.js
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 28, 2024
1 parent b0d7e4d commit 41a443e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ orbs:
jobs:
install-build:
docker:
- image: cimg/node:22.7
- image: cimg/node:22.7.0
resource_class: medium+
working_directory: /mnt/ramdisk
steps:
@@ -67,7 +67,7 @@ jobs:

lint:
docker:
- image: cimg/node:22.7
- image: cimg/node:22.7.0
working_directory: /mnt/ramdisk
steps:
- checkout
@@ -77,7 +77,7 @@ jobs:

format:
docker:
- image: cimg/node:22.7
- image: cimg/node:22.7.0
working_directory: /mnt/ramdisk
steps:
- checkout
@@ -87,7 +87,7 @@ jobs:

unit-tests:
docker:
- image: cimg/node:22.7
- image: cimg/node:22.7.0
environment:
NODE_ENV: development
TMPDIR: /mnt/ramdisk
@@ -102,7 +102,7 @@ jobs:

integration-tests:
docker:
- image: cimg/node:22.7
- image: cimg/node:22.7.0
environment:
TMPDIR: /mnt/ramdisk
resource_class: medium+
@@ -117,7 +117,7 @@ jobs:

html-exporter-tests:
docker:
- image: cimg/node:22.7-browsers
- image: cimg/node:22.7.0-browsers
environment:
TMPDIR: /mnt/ramdisk
resource_class: medium+
@@ -133,7 +133,7 @@ jobs:

e2e-tests:
docker:
- image: cimg/node:22.7
- image: cimg/node:22.7.0
environment:
TMPDIR: /mnt/ramdisk
steps:
@@ -144,7 +144,7 @@ jobs:

db-tests:
docker:
- image: cimg/node:22.7
- image: cimg/node:22.7.0
- image: circleci/mongo:latest
environment:
MONGO_INITDB_ROOT_USERNAME: root
@@ -165,14 +165,14 @@ jobs:

push_coveralls:
docker:
- image: 'cimg/node:22.7'
- image: 'cimg/node:22.7.0'
steps:
- coveralls/upload:
parallel_finished: true

release:
docker:
- image: 'cimg/node:22.7'
- image: 'cimg/node:22.7.0'
working_directory: /mnt/ramdisk
steps:
- checkout

0 comments on commit 41a443e

Please sign in to comment.