Skip to content

Commit c421b1e

Browse files
committed
ci: pin Node.js version to 24.x in GitHub Actions workflows
1 parent 3a09dce commit c421b1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3838
with:
39-
node-version: '24'
39+
node-version: '24.x'
4040
cache: npm
4141
- run: npm ci
4242
- run: npm run semantic-release

0 commit comments

Comments
 (0)