Skip to content

Commit d5d4022

Browse files
authored
Switch to hardcoded Node.js version + Renovate to avoid action lag
1 parent 7369ec7 commit d5d4022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: pnpm/action-setup@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 'lts/*'
14+
node-version: '22.18.0'
1515
cache: 'pnpm'
1616
- name: Install dependencies
1717
run: pnpm install

0 commit comments

Comments
 (0)