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 f1d4841 commit 5e535dbCopy full SHA for 5e535db
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: corepack enable
18
- uses: actions/setup-node@v4
19
with:
20
- node-version: 20
+ node-version: lts/-1
21
cache: pnpm
22
23
- name: 📦 Install dependencies
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
24
0 commit comments