ci: Use node v20 in CI (#4203)

* Use node v20 in CI

* Revert unit tests to use node 18

* Revert "Revert unit tests to use node 18"

This reverts commit 61dbd272f0.
This commit is contained in:
Fleny
2025-06-21 11:08:25 -05:00
committed by GitHub
parent 74050211e0
commit 2ae8690faa
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- run: yarn install --immutable
- name: Turbo Cache