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