Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Update node Docker tag to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 30, 2023
1 parent eabf96d commit b1de924
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ commands:
jobs:
node-v6:
docker:
- image: node:16
- image: node:19
steps:
- test-nodejs-v6
node-v8:
docker:
- image: node:16
- image: node:19
steps:
- test-nodejs
node-v10:
docker:
- image: node:16
- image: node:19
steps:
- test-nodejs
node-v11:
docker:
- image: node:16
- image: node:19
steps:
- test-nodejs

Expand Down

0 comments on commit b1de924

Please sign in to comment.