We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eca9b9 commit d691e28Copy full SHA for d691e28
1 file changed
.github/workflows/release.yml
@@ -13,10 +13,9 @@ jobs:
13
- uses: actions/checkout@v5
14
- uses: actions/setup-node@v5
15
with:
16
- node-version: 22
+ node-version: 24
17
cache: "npm"
18
- registry-url: 'https://registry.npmjs.org'
19
- scope: '@brightdata'
+ registry-url: "https://registry.npmjs.org"
20
- run: npm ci
21
- run: npm audit signatures
22
- - run: npm publish
+ - run: npm publish --provenance --access public
0 commit comments