Skip to content

Commit 577a2cf

Browse files
authored
Dependency and maintenance update (#47)
* Bump actions/setup-node from 3 to 4 (#32) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. * Bump the development-dependencies group with 7 updates (#46) Bumps the development-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.23.0` | `7.23.4` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.2` | `7.23.5` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.22.15` | `7.23.3` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.2` | `7.23.5` | | [@natlibfi/eslint-config-melinda-backend](https://github.com/natlibfi/eslint-config-melinda-backend) | `3.0.2` | `3.0.3` | | [eslint](https://github.com/eslint/eslint) | `8.52.0` | `8.54.0` | | [nock](https://github.com/nock/nock) | `13.3.6` | `13.4.0` | * Update deps * 2.2.3-alpha.1
1 parent 26c8086 commit 577a2cf

File tree

3 files changed

+451
-437
lines changed

3 files changed

+451
-437
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout the code
1919
uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
# Setup .npmrc file to publish to npm
64-
- uses: actions/setup-node@v3
64+
- uses: actions/setup-node@v4
6565
with:
6666
node-version: '18.x'
6767
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)