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 4e677f6 commit b45ffd6Copy full SHA for b45ffd6
.github/workflows/ci.yml
@@ -14,6 +14,8 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version: 20
17
+ - name: Install pnpm
18
+ run: npm install -g pnpm
19
- run: pnpm install
20
- run: pnpm run build
21
- run: pnpm test
.github/workflows/release.yml
registry-url: 'https://registry.npmjs.org/'
- run: npx semantic-release
0 commit comments