Skip to content

Commit

Permalink
fix: composite action path
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Nov 6, 2024
1 parent cc8f412 commit b0429e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setting up Node.js
uses: .github/actions/setup-node@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
uses: .github/actions/setup-node/action.yml

- name: npm install
run: pnpm i
Expand Down

0 comments on commit b0429e1

Please sign in to comment.