Skip to content

Commit

Permalink
fix: circleci/node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
bgabriel-l committed Dec 15, 2022
1 parent ed79237 commit 73ed2e1
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 @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:16.17.0
- image: circleci/node:16.18.0
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
release:
docker:
- image: circleci/node:16.17.0
- image: circleci/node:16.18.0
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 73ed2e1

Please sign in to comment.