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.
package.json
1 parent d346624 commit 2a83442Copy full SHA for 2a83442
action.yml
@@ -28,9 +28,10 @@ runs:
28
node-version: '21'
29
30
- name: Install dependencies
31
- run: npm install
+ 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
34
shell: bash
- working-directory: ${{ github.action_path }}
35
36
- name: Get changed markdown files
37
id: files
0 commit comments