We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cd021 commit 304e26eCopy full SHA for 304e26e
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
cache: pnpm
27
- - run: pnpm i
+ - run: pnpm i --frozen-lockfile
28
- name: types
29
run: pnpm check:types
30
- name: build
@@ -58,7 +58,7 @@ jobs:
58
steps:
59
- uses: actions/checkout@v4
60
- uses: asdf-vm/actions/install@v3
61
62
- name: test
63
run: pnpm test:coverage
64
- name: codecov
.github/workflows/release.yml
fetch-depth: 0 # Need history for changelog generation
0 commit comments