Skip to content

Commit

Permalink
chore: add - uses: pnpm/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Mar 29, 2023
1 parent 77f3e41 commit c9d6321
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: preactjs/compressed-size-action@v2
with:
build-script: 'build'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-hosting-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
node-version-file: '.node-version'
cache: pnpm
- uses: pnpm/[email protected]
# charcoal packages
- run: pnpm install --frozen-lockfile
- run: pnpm build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-hosting-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
node-version-file: '.node-version'
cache: pnpm
- uses: pnpm/[email protected]
# charcoal packages
- run: pnpm install --frozen-lockfile
- run: pnpm build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version-file: '.node-version'
cache: pnpm
- uses: pnpm/[email protected]

- name: Prepare deps
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- name: Prepare deps
run: |
pnpm install --immutable --inline-builds
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- run: pnpm install --immutable --inline-builds
- run: pnpm build

Expand All @@ -31,6 +33,8 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm build-storybook
Expand All @@ -45,6 +49,8 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm build-storybook
Expand All @@ -61,6 +67,8 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- run: pnpm install --frozen-lockfile
- run: pnpm test

Expand All @@ -73,6 +81,8 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- run: pnpm install --frozen-lockfile
- run: pnpm lint

Expand All @@ -85,6 +95,8 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm typecheck
Expand All @@ -98,5 +110,7 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- run: pnpm install --frozen-lockfile
- run: pnpm typecheck:config
2 changes: 2 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
node-version-file: '.node-version'
cache: pnpm

- uses: pnpm/[email protected]

- name: Prepare deps
run: |
pnpm install --frozen-lockfile
Expand Down

0 comments on commit c9d6321

Please sign in to comment.