Skip to content

Commit

Permalink
ci: fix pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Nov 10, 2023
1 parent c5f5652 commit 6a02a03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,15 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["16"]
node: ["18"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
run_install: false
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 6a02a03

Please sign in to comment.