Skip to content

Commit

Permalink
Dependency update (#35)
Browse files Browse the repository at this point in the history
* Bump the development-dependencies group with 6 updates (#34)

Bumps the development-dependencies group with 6 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.6` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.2` | `7.23.6` |
| [@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.51.0` | `8.55.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.0.1` | `3.0.2` |

* Bump the production-dependencies group with 2 updates (#32)

Bumps the production-dependencies group with 2 updates: [@natlibfi/fixugen](https://github.com/natlibfi/fixugen-js) and [@natlibfi/fixura](https://github.com/natlibfi/fixura-js).

* Bump actions/setup-node from 3 to 4 (#21)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.

* 1.1.8-alpha.1
  • Loading branch information
ammsalme authored Dec 12, 2023
1 parent fc79c70 commit d69590e
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 381 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/melinda-node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
Loading

0 comments on commit d69590e

Please sign in to comment.