We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff01d0 commit 21883fcCopy full SHA for 21883fc
.github/workflows/auto-fix.yml
@@ -12,8 +12,6 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- uses: pnpm/action-setup@v2
15
- with:
16
- version: latest
17
18
- uses: actions/setup-node@v4
19
with:
.github/workflows/test.yml
@@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v2
20
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v1
package.json
@@ -1,5 +1,6 @@
1
{
2
"private": true,
3
+ "packageManager": "pnpm@9.1.0-0+sha256.c557b24d2298d9b5e3be7086ebf55a28253b008324d545f72645a6de89844102",
4
"scripts": {
5
"build": "tsc -b",
6
"watch": "tsc -b -w",
0 commit comments