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 062604a
Show file tree
Hide file tree
Showing 7 changed files with 13 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 @@ -28,6 +28,7 @@ jobs:
run: echo "dir=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
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 @@ -33,6 +33,7 @@ jobs:
run: echo "dir=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
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 @@ -13,6 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand All @@ -26,6 +27,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand All @@ -40,6 +42,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand All @@ -56,6 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand All @@ -68,6 +72,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand All @@ -80,6 +85,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand All @@ -93,6 +99,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}

- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
Expand Down

0 comments on commit 062604a

Please sign in to comment.