Skip to content

Commit

Permalink
update node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Jul 25, 2022
1 parent 01fda18 commit ef4f45c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ingest-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [labeled]

env:
NODE_VERSION: 16.15
NODE_VERSION: 18


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load desired node image
FROM node:16.15-alpine
FROM node:18-alpine

# Create app directory
WORKDIR /web/app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit ef4f45c

Please sign in to comment.