Skip to content

Commit 3073077

Browse files
authored
Remove nodeVersion from github actions, since it respects version from .node-version file (graphql#1650)
1 parent aba18ca commit 3073077

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prettier.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ jobs:
1111
- uses: the-guild-org/shared-config/setup@main
1212
name: setup env
1313
with:
14-
nodeVersion: 20.9.0
1514
packageManager: pnpm
1615
workingDirectory: ./
1716
packageManagerVersion: 8.15.5
1817

1918
- name: Install Dependencies
20-
run: pnpm install
19+
run: pnpm i
2120
- name: Run Prettier Check
2221
run: pnpm format:check

0 commit comments

Comments
 (0)