diff --git a/.github/workflows/ingest-pull.yml b/.github/workflows/ingest-pull.yml index 917b9aaa..a025c12b 100644 --- a/.github/workflows/ingest-pull.yml +++ b/.github/workflows/ingest-pull.yml @@ -6,7 +6,7 @@ on: types: [labeled] env: - NODE_VERSION: 16.15 + NODE_VERSION: 18 jobs: diff --git a/.github/workflows/ingest-push.yml b/.github/workflows/ingest-push.yml index cb131db9..a31d9fbd 100644 --- a/.github/workflows/ingest-push.yml +++ b/.github/workflows/ingest-push.yml @@ -10,7 +10,7 @@ on: types: [ closed ] env: - NODE_VERSION: 16.15 + NODE_VERSION: 18 IMAGE_NAME: de.swr.ard.eventhub/ingest REGISTRY_DOMAIN: eu.gcr.io diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ed9d12..13bc3070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ 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.3.7] - 2022-07-19 +## [1.3.7] - 2022-07-25 -- chore: reorder core-dump (alphabetically institutions) +- chore: update Node to `v18` +- fix: reorder core-dump (alphabetically institutions) - feat: update docker version tag from package.json ## [1.3.6] - 2022-07-18 diff --git a/Dockerfile b/Dockerfile index 7872c4b3..8b90b1fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Load desired node image -FROM node:16.15-alpine +FROM node:18-alpine # Create app directory WORKDIR /web/app diff --git a/README.md b/README.md index cb921ade..4988a2ec 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This source code is provided under EUPL v1.2, except for the [`spdx-exceptions`] | Type | Name | License | | ------- | ------------------------------ | -------------------------------------------------------------------------------------------------- | -| Docker | `node:16.15-alpine` | [MIT](https://github.com/nodejs/node/blob/master/LICENSE) | +| Docker | `node:18-alpine` | [MIT](https://github.com/nodejs/node/blob/master/LICENSE) | | NPM | `@google-cloud/datastore` | [Apache License 2.0](https://github.com/googleapis/nodejs-datastore/blob/master/LICENSE) | | NPM | `@google-cloud/pubsub` | [Apache License 2.0](https://github.com/googleapis/nodejs-pubsub/blob/master/LICENSE) | | NPM | `@google-cloud/secret-manager` | [Apache License 2.0](https://github.com/googleapis/nodejs-secret-manager/blob/master/LICENSE) |