Skip to content

Commit

Permalink
chore: update ci/cd to latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
markw-deriv committed Mar 6, 2024
1 parent 70232c3 commit 4133dec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
uses: actions/setup-node@v4.0.2
with:
node-version: "20"
node-version: '20'
- name: Update to latest npm (temporary fix for audit below
run: npm install --global npm
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down

0 comments on commit 4133dec

Please sign in to comment.