fix: revert Node version to 18 in CI workflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
frostebite
2026-03-09 08:02:32 +00:00
parent 5f63107fa7
commit 936ca76c4e

View File

@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '18'
- run: yarn
- run: yarn lint
- run: yarn test:ci --coverage