Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Mar 8, 2024
1 parent 4f2d0db commit 8d82bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejsci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: .github/actions/prepare-nodemodules
- uses: ./.github/actions/prepare-nodemodules
with:
root: ${{ github.workspace }}/typing-app
- name: Try to build
Expand Down

0 comments on commit 8d82bc0

Please sign in to comment.