Skip to content

Commit dd984df

Browse files
committed
ci: try installing pnpm globally
1 parent 97f689b commit dd984df

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/bundlewatch-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: '10.x'
16+
- run: npm install -g pnpm
1617
- run: pnpm run bootstrap
1718
- uses: jackyef/bundlewatch-gh-action@master
1819
with:

.github/workflows/bundlewatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: '10.x'
15+
- run: npm install -g pnpm
1516
- run: pnpm run bootstrap
1617
- uses: jackyef/bundlewatch-gh-action@master
1718
with:

.github/workflows/coverage-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: '10.x'
16+
- run: npm install -g pnpm
1617
- name: 'Setup'
1718
run: pnpm run bootstrap
1819
- name: 'Run tests'

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: '10.x'
15+
- run: npm install -g pnpm
1516
- name: 'Setup'
1617
run: pnpm run bootstrap
1718
- name: 'Run tests'

0 commit comments

Comments
 (0)