Skip to content

Commit b5b5d09

Browse files
committed
build(deps-dev): bump lerna to 3.2.1
1 parent ed7afe1 commit b5b5d09

File tree

4 files changed

+1267
-1573
lines changed

4 files changed

+1267
-1573
lines changed

Diff for: .github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
# The type of runner that the job will run on
2525
runs-on: ubuntu-latest
2626

27+
# Environment variables available to all steps in the job to ensure provenance of the build
28+
permissions:
29+
contents: read
30+
id-token: write
31+
2732
# Steps represent a sequence of tasks that will be executed as part of the job
2833
steps:
2934
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
provenance=true
12
legacy-peer-deps=true

0 commit comments

Comments
 (0)