Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jul 3, 2024
1 parent 96aadb6 commit f5a81b6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
- uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable pnpm
- uses: actions/setup-node@v4
with:
node-version: '16.3.0'
- name: install pnpm
uses: pnpm/[email protected]
with:
version: 6.8.0
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm test:coverage
- run: pnpm test:report
Expand Down

0 comments on commit f5a81b6

Please sign in to comment.