Skip to content

Commit a629592

Browse files
ci: pin node version to 22 temporarily in GitHub Actions workflow
1 parent ee50293 commit a629592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Set up nodejs
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 'lts/*'
27+
# @TODO: rollback to 'lts/*'
28+
node-version: '22'
2829
cache: 'npm'
2930

3031
- name: npm CI

0 commit comments

Comments
 (0)