Skip to content

Commit

Permalink
chore: try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kungege committed Oct 26, 2023
1 parent feca480 commit a404467
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
os: [ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.7.5
version: 8
- run: pnpm install
- run: pnpm run build
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: 16.14.0
node-version: 16
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.7.5
version: 8

- run: pnpm install
if: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2
with:
version: 8.7.5
version: 8
- name: build
env:
TEST_UI: 'preview'
Expand Down

0 comments on commit a404467

Please sign in to comment.