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 a126584 commit e38b50fCopy full SHA for e38b50f
1 file changed
.github/workflows/release.yml
@@ -15,10 +15,8 @@ jobs:
15
- uses: actions/checkout@v6
16
- uses: actions/setup-node@v6
17
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
+ node-version: 24
+ - run: npm ci --ignore-scripts --no-audit --no-fund
22
- run: npm test
23
- run: npm run build
24
- name: Bump version from release tag
0 commit comments