Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: update node.js to v16
  • Loading branch information
renovate-bot authored and escapedcat committed May 12, 2021
commit 955b83c7f05020c1c9c3408989bae2a44a45809a
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ commands:
jobs:
v10:
docker:
- image: node:10
- image: node:16
steps:
- run-tests
v12:
docker:
- image: node:12
- image: node:16
steps:
- run-all
v14:
docker:
- image: node:14
- image: node:16
steps:
- run-tests
windows-v12:
Expand Down