Skip to content

Commit 2afd43e

Browse files
committed
pnpm doesn't need node-version-file
1 parent c071494 commit 2afd43e

4 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
- name: Set up pnpm
8282
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
8383
with:
84-
# We want to ensure that the Node.js version running here respects our supported versions
85-
node-version-file: '.nvmrc'
8684
cache: true
8785

8886
- name: Set up Node.js

.github/workflows/chromatic.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
- name: Set up pnpm
7070
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
7171
with:
72-
# We want to ensure that the Node.js version running here respects our supported versions
73-
node-version-file: '.nvmrc'
7472
cache: true
7573

7674
- name: Set up Node.js

.github/workflows/lint-and-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
- name: Set up pnpm
7272
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
7373
with:
74-
# We want to ensure that the Node.js version running here respects our supported versions
75-
node-version-file: '.nvmrc'
7674
cache: true
7775

7876
- name: Set up Node.js
@@ -130,8 +128,6 @@ jobs:
130128
- name: Set up pnpm
131129
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
132130
with:
133-
# We want to ensure that the Node.js version running here respects our supported versions
134-
node-version-file: '.nvmrc'
135131
cache: true
136132

137133
- name: Set up Node.js

.github/workflows/translations-sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ jobs:
9696
- name: Set up pnpm
9797
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
9898
with:
99-
# We want to ensure that the Node.js version running here respects our supported versions
100-
node-version-file: '.nvmrc'
10199
cache: true
102100

103101
- name: Set up Node.js

0 commit comments

Comments
 (0)