We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc36f5 commit 0f91db9Copy full SHA for 0f91db9
1 file changed
.github/workflows/ci.yml
@@ -118,6 +118,8 @@ jobs:
118
run: pnpm test:fixtures:webpack:dev
119
120
build-release:
121
+ permissions:
122
+ id-token: write
123
if: |
124
github.event_name == 'push' &&
125
!contains(github.event.head_commit.message, '[skip-release]') &&
@@ -133,7 +135,7 @@ jobs:
133
135
strategy:
134
136
matrix:
137
os: [ubuntu-latest]
- node: [16]
138
+ node: [18]
139
140
steps:
141
- uses: actions/checkout@v3
@@ -156,3 +158,4 @@ jobs:
156
158
run: ./scripts/release-edge.sh
157
159
env:
160
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
161
+ NPM_CONFIG_PROVENANCE: true
0 commit comments