Skip to content

Commit b662361

Browse files
authored
update modules, npm requirement (#1696)
* update modules, npm requirement * integrate dependabot recommendations * use ncu to update package.json * update CI to only test node 16,18
1 parent 00824af commit b662361

File tree

3 files changed

+5757
-13855
lines changed

3 files changed

+5757
-13855
lines changed

.github/workflows/tests.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
node_version:
23-
- 14
2423
- 16
2524
- 18
2625

@@ -31,15 +30,10 @@ jobs:
3130
uses: actions/checkout@v3
3231

3332
- name: Setup
34-
uses: actions/setup-node@v2.5.1
33+
uses: actions/setup-node@v3
3534
with:
3635
node-version: ${{matrix.node_version}}
3736

38-
# See https://github.com/npm/cli/issues/2610
39-
- name: Workaround for Node 14
40-
if: matrix.node_version == '14'
41-
run: sed -i 's/git+ssh/git+https/g' package-lock.json
42-
4337
- name: Install
4438
run: npm ci
4539

@@ -83,9 +77,9 @@ jobs:
8377
uses: actions/checkout@v3
8478

8579
- name: Setup
86-
uses: actions/setup-node@v2.5.1
80+
uses: actions/setup-node@v3
8781
with:
88-
node-version: 16
82+
node-version: 18
8983

9084
- name: Install
9185
run: npm ci --ignore-scripts

0 commit comments

Comments
 (0)