Skip to content

Commit e38b50f

Browse files
authored
fix release pipeline (#568)
1 parent a126584 commit e38b50f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 22
19-
registry-url: https://registry.npmjs.org/
20-
- run: npm install -g npm@latest
21-
- run: npm install --ignore-scripts --no-audit --no-fund
18+
node-version: 24
19+
- run: npm ci --ignore-scripts --no-audit --no-fund
2220
- run: npm test
2321
- run: npm run build
2422
- name: Bump version from release tag

0 commit comments

Comments
 (0)