Skip to content

Commit

Permalink
chore(client.yml): update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ATQQ committed Jan 21, 2024
1 parent 6af4b47 commit 7e34f85
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,29 @@ jobs:

strategy:
matrix:
node-version: 20
node-version: [20]

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8

- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false

- name: Install dependencies
run: |
cd ./packages/client
pnpm install --frozen-lockfile
- name: Build client
run: |
echo ${{ github.workspace }}
Expand Down

0 comments on commit 7e34f85

Please sign in to comment.