Skip to content

Commit

Permalink
MRC-2958 CI, deploy update "on" value for node_js to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
vercasson committed Jun 5, 2024
1 parent 7ec4523 commit 5e2d5ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ deploy:
# Opt-in to dpl v2 so we can use key_file
# https://docs.travis-ci.com/user/deployment-v2/providers/gcs/
edge: true
branch: v2.0.3-beta.4
key_file: gcs-key.json
bucket: files.meridianapps.com
acl: public-read
local_dir: gcs-files
upload_dir: meridian-web-sdk
on:
tags: true
node_js: "18"
node_js: "20"
# Publish to npm
- provider: npm
cleanup: false
Expand All @@ -53,7 +54,7 @@ deploy:
tag: latest
on:
tags: true
node_js: "18"
node_js: "20"
# Update GitHub pages for the documentation and demos
- provider: pages
cleanup: false
Expand All @@ -65,7 +66,7 @@ deploy:
github_token: $GITHUB_TOKEN
on:
tags: true
node_js: "18"
node_js: "20"
notifications:
slack:
secure: GbrgufadOx658Sd0JZirSSRELPio4D4cKu3jBq1VUl5IDZObQlVO2of1Yz2hL/RghCkXt2OmwXyW9AFheawfvaItqi12heJ1nOySQMYgUswD1GsBiIKm6ClnSjqLgf+Rut8VErqoM8N/M1EBPW420M4S9JPhJAs7gBzCUzM1PnYO3wO8GD+hi93cPjvtw+roAZvqTdhXuIMrGI1qN0NkItWv5O67qkOsXFpF5JRWP8tyU/m5mOoerc1+NIjjc6qjTZtsjHAMolkK/iobEqEDJZgM/izJmSNyJO8KXu8x6EE5bylnv41a4twcw46D6cSsGLjrvHM4AdC1lZyVeplKFDbpWUknYTwg4LywNVPmYAzJF0KOQt9ifIvM/rk7RNRnesevmNCUahKKxZQ7LemneLiRn3RdPkPGCqKdUBBiOdpHoJcrwCKgeSa3Y+BXFNIzVnvzLCCL2cqNeF0/icBGbOhRFMmbsONKNndm8QVwXLL/TUO7z+DwvBGirreEUv38sEcTF/moM+PVNHP21qkvNbZuazDXVpL8XbBctn2Vl8ICcxy/lOW1k7XP/KA6FiKErV4lDV9VaKdLwI7qsCzCzSvPlhQykG6poEby+hDxeytKqnK/2E9yQjy6WpOs0H/54u94Zstxdt7U08Kj5U/gDRHE10zcSJP+4ZgNpIB8eEE=
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.22.3] - 2024-05-29

### Security

- Security Audit and Dependency Updates

## [1.22.2] - 2024-05-17
## [1.22.2] - 2024-06-05

### Security

- CI, deploy update "on" value for node_js to 20
- Security Audit and Dependency Updates

## [1.22.1] - 2024-03-11
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e2d5ac

Please sign in to comment.