We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc76a8f commit d97615fCopy full SHA for d97615f
.github/workflows/test.yml
@@ -6,13 +6,12 @@ jobs:
6
build:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
- fail-fast: false
+ # fail-fast: false
10
matrix:
11
os: [ubuntu-latest]
12
node-version:
13
- - 8
14
- - 14
15
- # - latest
+ # - 14
+ - latest
16
splunk-version:
17
- 9.4
18
# - latest
@@ -29,7 +28,7 @@ jobs:
29
28
with:
30
node-version: ${{ matrix.node-version }}
31
- name: Install dependencies
32
- run: npm install --lockfile-version 1
+ run: npm install
33
- name: Run test suite
34
run: node sdkdo tests
35
env:
0 commit comments