Skip to content

Commit 44a2213

Browse files
chore: remove Node 20 from CI matrix (#491)
Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 9e1481c commit 44a2213

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
node: [lts/-2, lts/-1, lts/*]
27+
node: [lts/-1, lts/*]
2828

2929
# Set an environment variable to distinguish cache for each OS/Node
3030
# and distinguish between CI matrix runs in turbo.json
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup node and restore cached dependencies
8888
uses: actions/setup-node@v4
8989
with:
90-
node-version: 20
90+
node-version-file: '.nvmrc'
9191
cache: 'pnpm'
9292

9393
- name: Install packages

0 commit comments

Comments
 (0)