Skip to content

Commit 2f19dcb

Browse files
chore(deps): bump npm from 8.5.5 to 8.19.3 (#127)
* chore(deps): bump npm from 8.5.5 to 8.19.3 Bumps [npm](https://github.com/npm/cli) from 8.5.5 to 8.19.3. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v8.19.3/CHANGELOG.md) - [Commits](npm/cli@v8.5.5...v8.19.3) --- updated-dependencies: - dependency-name: npm dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * stop running ci checks on node 14 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Joly <[email protected]>
1 parent 69b3d65 commit 2f19dcb

File tree

2 files changed

+878
-570
lines changed

2 files changed

+878
-570
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [14.x, 16.x, 18.x]
17+
node-version: [16.x, 18.x]
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Node.js
5050
uses: actions/setup-node@v1
5151
with:
52-
node-version: 14
52+
node-version: 16
5353
- name: Install dependencies
5454
run: npm ci
5555
- name: Release

0 commit comments

Comments
 (0)