Skip to content

Commit 1a6d66d

Browse files
committed
fix: pin node 22.14 in release workflow
1 parent 5e08015 commit 1a6d66d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-node@v5
1515
with:
16-
node-version: 22
16+
node-version: '22.14'
1717
cache: "npm"
1818
registry-url: 'https://registry.npmjs.org'
1919
scope: '@brightdata'
20+
- run: npm install -g npm@latest
2021
- run: npm ci
2122
- run: npm audit signatures
2223
- run: npm publish

0 commit comments

Comments
 (0)