Skip to content

Commit

Permalink
Update Node.js to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 5e7e23a commit c4b11ba
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 @@ -39,16 +39,16 @@ jobs:
node-v8:
<<: *node-base
docker:
- image: circleci/node:8
- image: circleci/node:16
node-v10:
<<: *node-base
docker:
- image: circleci/node:10
- image: circleci/node:16
node-v12:
<<: *node-base
docker:
- image: circleci/node:12
- image: circleci/node:16
node-v14:
<<: *node-base
docker:
- image: circleci/node:14
- image: circleci/node:16

0 comments on commit c4b11ba

Please sign in to comment.