Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v20.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2023
1 parent debcd8c commit e868e82
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 @@ -3,7 +3,7 @@ version: 2
jobs:
Filesize:
docker:
- image: cimg/node:20.2.0
- image: cimg/node:20.3.1
steps:
- checkout
- run: npm version
Expand All @@ -12,7 +12,7 @@ jobs:

Lint:
docker:
- image: cimg/node:20.2.0
- image: cimg/node:20.3.1
steps:
- checkout
- run: npm version
Expand All @@ -21,7 +21,7 @@ jobs:

Tests:
docker:
- image: cimg/node:20.2.0
- image: cimg/node:20.3.1
steps:
- checkout
- run: npm run ci:precheck
Expand Down

0 comments on commit e868e82

Please sign in to comment.