Skip to content

Commit

Permalink
chore(ci): fixes npm version in release script for attestation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbhesswebber committed Mar 26, 2024
1 parent 5c938c6 commit 630dea9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
version: 8
run_install: |
- recursive: true
# @see https://github.com/npm/cli/issues/7279
- name: Update npm to latest
run: npm install -g npm
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
lint-code:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
version: 8
run_install: |
- recursive: true
# @see https://github.com/npm/cli/issues/7279
- name: Update npm to latest
run: npm install -g npm
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^51.0.1",
"prettier": "^3.2.5",
"semantic-release": "^23.0.4",
"semantic-release": "^23.0.5",
"typescript": "^5.4.2"
},
"peerDependencies": {
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 630dea9

Please sign in to comment.