Skip to content

Commit

Permalink
CI: Test against NodeJS 17 (#5954)
Browse files Browse the repository at this point in the history
Node 17 has been the "Current" (though not LTS) release for a couple of
months. CI appears to pass against it, so let's keep it that way!
  • Loading branch information
glasser authored Dec 18, 2021
1 parent e6fe5b6 commit fcb000c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
steps:
- common_test_steps

NodeJS 17:
docker:
- image: cimg/node:17.2.0
steps:
- common_test_steps

Prettier:
docker:
- image: cimg/node:16.10.0
Expand Down Expand Up @@ -127,6 +133,8 @@ workflows:
<<: *common_non_publish_filters
- NodeJS 16:
<<: *common_non_publish_filters
- NodeJS 17:
<<: *common_non_publish_filters
- "Check for FIXM\x45"
- Prettier
- oss/lerna_tarballs:
Expand All @@ -136,6 +144,7 @@ workflows:
- NodeJS 12
- NodeJS 14
- NodeJS 16
- NodeJS 17
- Prettier
- oss/dry_run:
name: Dry-run
Expand All @@ -144,6 +153,7 @@ workflows:
- NodeJS 12
- NodeJS 14
- NodeJS 16
- NodeJS 17
- Prettier
- oss/confirmation:
name: Confirmation
Expand Down

0 comments on commit fcb000c

Please sign in to comment.