Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v21.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 20, 2024
1 parent b0d66ab commit d051296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
lint:
docker:
- image: cimg/node:21.5.0
- image: cimg/node:21.6.0
steps:
- checkout
- run: npm ci
Expand All @@ -16,15 +16,15 @@ jobs:

formatting:
docker:
- image: cimg/node:21.5.0
- image: cimg/node:21.6.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

test:
docker:
- image: cimg/node:21.5.0
- image: cimg/node:21.6.0
steps:
- checkout
- run: npm ci
Expand Down

0 comments on commit d051296

Please sign in to comment.