Skip to content

Commit 3191c3a

Browse files
authored
Dependency update (#160) (#161)
* Bump esbuild from 0.27.0 to 0.27.1 in the development-dependencies group (#159) * Bump the production-dependencies group with 3 updates (#158) Updates `@natlibfi/melinda-backend-commons` from 3.0.0 to 3.0.1 * Bump actions/checkout from 5 to 6 (#157) * Bump nodemailer from 7.0.10 to 7.0.11 (#156) * Bump js-yaml from 4.1.0 to 4.1.1 (#155) * Update deps; fix test script * 2.0.1-alpha.1
1 parent 263ecaa commit 3191c3a

File tree

3 files changed

+182
-182
lines changed

3 files changed

+182
-182
lines changed

.github/workflows/melinda-node-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout the code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v6
2222
with:
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout the code
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
- name: nodejsscan scan
4141
id: njsscan
4242
uses: ajinabraham/njsscan-action@master
@@ -49,7 +49,7 @@ jobs:
4949
container: docker://node:22
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- uses: mikaelvesavuori/license-compliance-action@v1
5454
with:
5555
exclude_pattern: /^@natlibfi/

0 commit comments

Comments
 (0)