We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7018d32 commit 5eb2cfaCopy full SHA for 5eb2cfa
1 file changed
.github/workflows/npm-publish.yml
@@ -18,9 +18,9 @@ jobs:
18
- uses: actions/setup-node@v1
19
with:
20
node-version: 12
21
- - run: npm install
22
- - run: npm run build
23
- - run: npm test
+ - run: pnpm install
+ - run: pnpm run build
+ # - run: pnpm test
24
25
publish-npm:
26
needs: build
@@ -45,6 +45,9 @@ jobs:
45
runs-on: ubuntu-latest
46
steps:
47
- uses: actions/checkout@v2
48
+ - uses: pnpm/action-setup@v2.0.1
49
+ with:
50
+ version: 6.0.2
51
52
53
0 commit comments