diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 504bf2fe5e..dc27a9da12 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,10 +12,10 @@ jobs: uses: actions/checkout@v4 # setup nodejs environment - name: Setup Node.js environment - uses: ./.github/actions/setup_node + uses: ./actions/setup_node # cache the dependencies to speed up the build and then install dependencies - name: Cache dependencies - uses: ./.github/actions/npm_install_from_cache + uses: ./actions/npm_install_from_cache # build the react app - name: Build run: npm run build