From 936ca76c4eb91231ad5ed3239f264c2e7144f19d Mon Sep 17 00:00:00 2001 From: frostebite Date: Mon, 9 Mar 2026 08:02:32 +0000 Subject: [PATCH] fix: revert Node version to 18 in CI workflow Co-Authored-By: Claude Opus 4.6 --- .github/workflows/integrity-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index a9945e19..0332e828 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -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