Skip to content

Commit

Permalink
Merge pull request #69 from nasa/jk/CUMULUS-3433-update-node-20
Browse files Browse the repository at this point in the history
Update cma-js to build/run under node 20
  • Loading branch information
Jkovarik authored Apr 26, 2024
2 parents aed7520 + 0dfa2dc commit b3107bd
Show file tree
Hide file tree
Showing 5 changed files with 1,163 additions and 5,987 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/node:16.19.0
- image: cimg/node:20.12.2
working_directory: ~/cumulus-message-adapter
steps:
- checkout
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
key: dependencies-{{ checksum "package.json" }}
publish:
docker:
- image: cimg/node:16.19.0
- image: cimg/node:20.12.2
working_directory: ~/cumulus-message-adapter
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19
20.12.2
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [v2.2.0] 2024-04-25

- **Cumulus-3443**
- Update minimum supported node/build environment/dependencies to node 20.12

## [v2.1.0] 2023-04-10

### Updated

- **CUMULUS-3447**
- Update supported node version to v16.19.0
- Update minimum supported node version to v16.19.0

## [v2.0.5] 2022-05-10

Expand Down
Loading

0 comments on commit b3107bd

Please sign in to comment.