Skip to content

Commit

Permalink
lookup and fixes (#242)
Browse files Browse the repository at this point in the history
* init
* update
* update-node
  • Loading branch information
natlibfi-jonollil authored Feb 11, 2025
1 parent a683b2e commit 170c836
Show file tree
Hide file tree
Showing 17 changed files with 2,543 additions and 3,256 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/melinda-node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -32,7 +32,7 @@ jobs:
njsscan:
name: Njsscan-check
runs-on: ubuntu-latest
container: docker://node:18
container: docker://node:22

steps:
- name: Checkout the code
Expand All @@ -46,7 +46,7 @@ jobs:
license-scan:
name: License compliance check
runs-on: ubuntu-latest
container: docker://node:18
container: docker://node:22

steps:
- uses: actions/checkout@v3
Expand All @@ -58,7 +58,7 @@ jobs:
name: OpenShift webhook for image builder
needs: [build-node-versions, njsscan]
runs-on: ubuntu-latest
container: docker://node:18
container: docker://node:22

steps:
- name: Test webhook
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:22.13-alpine
CMD ["/usr/local/bin/node", "index.js"]
WORKDIR /home/node

Expand Down
682 changes: 21 additions & 661 deletions LICENSE.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Helmet record transformer for the Melinda record batch import system. Consumes r

## License and copyright

Copyright (c) 2018-2024 **University Of Helsinki (The National Library Of Finland)**
Copyright (c) 2018-2025 **The National Library Of Finland**

This project's source code is licensed under the terms of **GNU Affero General Public License Version 3** or any later version.
This project's source code is licensed under the terms of **MIT** or any later version.
Empty file added example.env
Empty file.
Loading

0 comments on commit 170c836

Please sign in to comment.