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
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- uses: denoland/setup-deno@v2
with:
@@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- uses: oven-sh/setup-bun@v2
with: