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.
nodeVersion
.node-version
1 parent ee7f4bc commit 8e45ed8Copy full SHA for 8e45ed8
.github/workflows/prettier.yml
@@ -11,12 +11,11 @@ jobs:
11
- uses: the-guild-org/shared-config/setup@main
12
name: setup env
13
with:
14
- nodeVersion: 20.9.0
15
packageManager: pnpm
16
workingDirectory: ./
17
packageManagerVersion: 8.15.5
18
19
- name: Install Dependencies
20
- run: pnpm install
+ run: pnpm i
21
- name: Run Prettier Check
22
run: pnpm format:check
0 commit comments