Skip to content

Commit c257a07

Browse files
committed
chore: fix workflows
1 parent 64c9343 commit c257a07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ jobs:
2424
- name: Setup Node
2525
uses: ./.github/actions/setup-node
2626

27+
- name: Install Dependencies
28+
run: pnpm i
29+
2730
- name: lint
2831
run: pnpm run lint:ci

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
with:
4141
node-version: 18
4242

43+
- name: Install Dependencies
44+
run: pnpm i
45+
4346
- name: Publish
4447
env:
4548
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM}}

0 commit comments

Comments
 (0)