Skip to content

Commit 05c904b

Browse files
committed
Try udpating NPM as per npm/cli#8429
1 parent d97615f commit 05c904b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
node-version:
13-
# - 14
13+
- 14
1414
- latest
1515
splunk-version:
1616
- 9.4
17-
# - latest
17+
- latest
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020
- name: Set up environment variables
@@ -27,8 +27,10 @@ jobs:
2727
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
2828
with:
2929
node-version: ${{ matrix.node-version }}
30+
- name: Update npm?
31+
run: npm i -g npm
3032
- name: Install dependencies
31-
run: npm install
33+
run: npm ci
3234
- name: Run test suite
3335
run: node sdkdo tests
3436
env:

0 commit comments

Comments
 (0)