Skip to content

Commit

Permalink
chore(deps): pin node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 0268493 commit ce10c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ executors:
enum: ['small', 'medium', 'large', 'xlarge']
default: 'medium'
docker:
- image: cimg/node:20.11
- image: cimg/node:20.11.1
resource_class: <<parameters.class>>

commands:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
type: boolean
default: true
docker:
- image: cimg/node:20.11
- image: cimg/node:20.11.1
steps:
- add_ssh_keys:
fingerprints:
Expand Down

0 comments on commit ce10c60

Please sign in to comment.