Skip to content

Commit

Permalink
changed npm install to npm ci in windows github action
Browse files Browse the repository at this point in the history
changed npm install to npm ci in windows github action
  • Loading branch information
DomPeliniAerospike committed Nov 2, 2023
1 parent 54ca75a commit 1c46901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
npm install [email protected]
- name: Install nodejs Client
shell: pwsh
run: npm install --unsafe-perm --build-from-source
run: npm ci --unsafe-perm --build-from-source
# - name: Test nodejs client
# run: npm test
# env:
Expand Down

0 comments on commit 1c46901

Please sign in to comment.