Skip to content

Commit 936ca76

Browse files
frostebiteclaude
andcommitted
fix: revert Node version to 18 in CI workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5f63107 commit 936ca76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integrity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '18'
2828
- run: yarn
2929
- run: yarn lint
3030
- run: yarn test:ci --coverage

0 commit comments

Comments
 (0)