Skip to content

Commit

Permalink
chore: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx committed May 16, 2023
1 parent 15d969d commit 5ef4359
Show file tree
Hide file tree
Showing 4 changed files with 930 additions and 562 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-test-
${{ runner.os }}-
- name: Install pnpm
run: npm i -g pnpm
run: corepack enable

- name: Install deps
run: pnpm i
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-release-${{ env.cache-name }}-
${{ runner.os }}-${{ matrix.node-version }}-release-
${{ runner.os }}-
- run: npm i -g pnpm
- run: corepack enable
- run: pnpm i
- run: pnpx semantic-release --branches main
env:
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
}
},
"engines": {
"node": ">=14.18"
}
"node": ">=14.18",
"pnpm": ">=8.0.0 || >=7.24.2"
},
"packageManager": "pnpm@7.32.4"
}

0 comments on commit 5ef4359

Please sign in to comment.