Skip to content

Commit

Permalink
[dist] Update Node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 20, 2023
1 parent ce212b2 commit b4a3a5f
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 @@ -34,12 +34,12 @@ commands:
jobs:
node-v12:
docker:
- image: node:12
- image: node:21
steps:
- test-nodejs
node-v14:
docker:
- image: node:14
- image: node:21
steps:
- test-nodejs

Expand Down

0 comments on commit b4a3a5f

Please sign in to comment.