We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1481c commit 44a2213Copy full SHA for 44a2213
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
os: [ubuntu-latest, windows-latest, macos-latest]
27
- node: [lts/-2, lts/-1, lts/*]
+ node: [lts/-1, lts/*]
28
29
# Set an environment variable to distinguish cache for each OS/Node
30
# and distinguish between CI matrix runs in turbo.json
@@ -87,7 +87,7 @@ jobs:
87
- name: Setup node and restore cached dependencies
88
uses: actions/setup-node@v4
89
with:
90
- node-version: 20
+ node-version-file: '.nvmrc'
91
cache: 'pnpm'
92
93
- name: Install packages
0 commit comments