Skip to content

Commit d97615f

Browse files
committed
Bump deps excluding those that need higher node versions etc.
1 parent bc76a8f commit d97615f

File tree

3 files changed

+3136
-2981
lines changed

3 files changed

+3136
-2981
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ jobs:
66
build:
77
runs-on: ${{ matrix.os }}
88
strategy:
9-
fail-fast: false
9+
# fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
1212
node-version:
13-
- 8
14-
- 14
15-
# - latest
13+
# - 14
14+
- latest
1615
splunk-version:
1716
- 9.4
1817
# - latest
@@ -29,7 +28,7 @@ jobs:
2928
with:
3029
node-version: ${{ matrix.node-version }}
3130
- name: Install dependencies
32-
run: npm install --lockfile-version 1
31+
run: npm install
3332
- name: Run test suite
3433
run: node sdkdo tests
3534
env:

0 commit comments

Comments
 (0)