Skip to content

Commit e862a13

Browse files
committed
Issue salesforce#210 -- Updated workflow to use npm install.
1 parent 713403e commit e862a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Install dependencies and test
25-
run: npm ci
25+
run: npm install
2626
- run: npm test

0 commit comments

Comments
 (0)