Skip to content

Commit 2a83442

Browse files
committed
🐛 fix: stop using package.json
1 parent d346624 commit 2a83442

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ runs:
2828
node-version: '21'
2929

3030
- name: Install dependencies
31-
run: npm install
31+
run: |
32+
npm install @types/yargs git-url-parse yargs zenn-cli
33+
npm install --save-dev @qiita/qiita-cli @types/git-url-parse @types/js-yaml @types/node ts-node typescript
3234
shell: bash
33-
working-directory: ${{ github.action_path }}
3435

3536
- name: Get changed markdown files
3637
id: files

0 commit comments

Comments
 (0)