Skip to content

Commit 0f429ae

Browse files
committed
Comply with spec
1 parent 72307af commit 0f429ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/npm-publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- uses: actions/setup-node@v2
2525
with:
2626
node-version: 20
27+
registry-url: 'https://registry.npmjs.org'
28+
cache: 'pnpm'
2729

2830
# Only install dev dependencies, for the binary. No need to install deps for the source code.
2931
- name: Install dependencies
@@ -34,9 +36,6 @@ jobs:
3436
- name: Build binary
3537
run: pnpm run build-bin
3638
working-directory: ./examples/get-started
37-
- name: Run git diff
38-
run: git diff
39-
working-directory: ./examples/get-started
4039

4140
- name: Publish to npm
4241
# --no-git-checks is needed because "rollup-linux-x64-gnu" is out sync

0 commit comments

Comments
 (0)