Skip to content

Commit

Permalink
Merge pull request #506 from 1024pix/renovate/circleci-cimg-node-16.x
Browse files Browse the repository at this point in the history
[BUMP] Update Node.js to v16.19.1 (.circleci)
  • Loading branch information
renovate[bot] authored Feb 17, 2023
2 parents 0fcd0d2 + e5be47c commit 05144b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.0
jobs:
test:
docker:
- image: cimg/node:16.19.0
- image: cimg/node:16.19.1
steps:
- checkout
- run: cat package*.json > cachekey
Expand Down

0 comments on commit 05144b1

Please sign in to comment.