Skip to content

Commit

Permalink
Revert "Remove Node 20 again."
Browse files Browse the repository at this point in the history
This reverts commit a84560d.
  • Loading branch information
timdawborn committed Oct 25, 2023
1 parent 7d43cf7 commit 4bdba7b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ executors:
resource_class: small
working_directory: ~/repo

node20:
docker:
- image: cimg/node:20.4.0
resource_class: small
working_directory: ~/repo


commands:
install-dependencies:
Expand Down Expand Up @@ -68,6 +74,11 @@ jobs:
steps:
- run-tests

test-node20:
executor: node20
steps:
- run-tests

build-and-run:
executor: node14
steps:
Expand Down Expand Up @@ -123,6 +134,10 @@ workflows:
filters:
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
- test-node20:
filters:
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
- build-and-run:
filters:
tags:
Expand All @@ -136,6 +151,7 @@ workflows:
- test-node14
- test-node16
- test-node18
- test-node20
- build-and-run
- lint-check
filters:
Expand Down

0 comments on commit 4bdba7b

Please sign in to comment.