Skip to content

Commit

Permalink
Merge pull request BlueWallet#5585 from BlueWallet/renovate/cimg-node…
Browse files Browse the repository at this point in the history
…-16.x

Update Node.js to v16.20.1
  • Loading branch information
GladosBlueWallet authored Jun 21, 2023
2 parents 96a4104 + 442a192 commit 4c52113
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 @@ jobs:

lint:
docker:
- image: cimg/node:16.20.0
- image: cimg/node:16.20.1

working_directory: ~/repo

Expand All @@ -26,7 +26,7 @@ jobs:

unit:
docker:
- image: cimg/node:16.20.0
- image: cimg/node:16.20.1

working_directory: ~/repo

Expand All @@ -50,7 +50,7 @@ jobs:

integration:
docker:
- image: cimg/node:16.20.0
- image: cimg/node:16.20.1

working_directory: ~/repo

Expand Down

0 comments on commit 4c52113

Please sign in to comment.