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 d97615f commit 05c904bCopy full SHA for 05c904b
.github/workflows/test.yml
@@ -10,11 +10,11 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
node-version:
13
- # - 14
+ - 14
14
- latest
15
splunk-version:
16
- 9.4
17
- # - latest
+ - latest
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
- name: Set up environment variables
@@ -27,8 +27,10 @@ jobs:
27
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
28
with:
29
node-version: ${{ matrix.node-version }}
30
+ - name: Update npm?
31
+ run: npm i -g npm
32
- name: Install dependencies
- run: npm install
33
+ run: npm ci
34
- name: Run test suite
35
run: node sdkdo tests
36
env:
0 commit comments