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 d36469e commit a475fa5Copy full SHA for a475fa5
.github/workflows/cd.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Node
21
uses: actions/setup-node@v4
22
with:
23
- node-version: 'lts'
+ node-version: 20
24
cache: "pnpm"
25
- name: Install dependencies and test
26
run: pnpm install-test --frozen-lockfile
0 commit comments