Skip to content

Commit b8747c7

Browse files
authored
Merge pull request #108 from deriv-com/markwylde/upgrade-dependencies
chore: upgrade dependencies
2 parents 7f97950 + d829dba commit b8747c7

File tree

4 files changed

+1971
-1659
lines changed

4 files changed

+1971
-1659
lines changed

.github/workflows/publish_npm_package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
2929
with:
3030
node-version: '20'
31+
- name: Update to latest npm (temporary fix for audit below)
32+
run: npm install --global npm
3133
- name: Install dependencies
3234
run: npm clean-install
3335
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
@@ -40,4 +42,4 @@ jobs:
4042
CI: true
4143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4244
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
43-
run: npx semantic-release
45+
run: npx semantic-release

.github/workflows/test_workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
2525
with:
26-
node-version: "20"
26+
node-version: '20'
27+
- name: Update to latest npm (temporary fix for audit below)
28+
run: npm install --global npm
2729
- name: Install dependencies
2830
run: npm clean-install
2931
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

0 commit comments

Comments
 (0)