Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [lts/-2, lts/-1, lts/*]
node: [lts/-1, lts/*]

# Set an environment variable to distinguish cache for each OS/Node
# and distinguish between CI matrix runs in turbo.json
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup node and restore cached dependencies
uses: actions/setup-node@v4
with:
node-version: 20
Comment thread
arthurfiorette marked this conversation as resolved.
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install packages
Expand Down
Loading