Skip to content

Commit

Permalink
Dependency update (#34)
Browse files Browse the repository at this point in the history
* Bump actions/setup-node from 3 to 4 (#23)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.

* Bump the development-dependencies group with 5 updates (#33)
Bumps the development-dependencies group with 5 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/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.51.0` | `8.54.0` |


* 3.0.3-alpha.1
  • Loading branch information
ammsalme authored Nov 30, 2023
1 parent d0fd39a commit ac16c41
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 333 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 @@ -61,7 +61,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 ac16c41

Please sign in to comment.