-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(corepack): pinned the expected dev version of npm and explicitly u…
…sed it for audit signatures (#895) * ci(corepack): pinned the expected dev version of npm and explicitly used it for audit signatures * ci(matrix): added job to ensure the full matrix succeeds, enabling proper required enforcement * test(publish): verify details of the published package
- Loading branch information
Showing
4 changed files
with
123 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
node-version-file: .nvmrc | ||
cache: npm | ||
- run: npm clean-install | ||
- run: npm audit signatures | ||
- run: corepack npm audit signatures | ||
- run: npx [email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm", | ||
"lint:engines": "ls-engines", | ||
"lint:peer": "npm ls >/dev/null", | ||
"lint:publish": "publint --strict", | ||
"test:unit": "jest 'test/unit/'", | ||
"test:unit:watch": "npm run test:unit -- --watch", | ||
"test:integration": "run-s 'test:integration:base -- --profile noWip'", | ||
|
@@ -43,6 +44,7 @@ | |
"nodemon": "3.1.0", | ||
"npm-run-all2": "6.1.2", | ||
"prettier-standard": "16.4.1", | ||
"publint": "0.2.7", | ||
"smee-client": "2.0.1", | ||
"standard": "17.1.0" | ||
}, | ||
|
@@ -71,5 +73,6 @@ | |
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc" | ||
} |