diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0019b96..50ed5bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Get npm cache directory id: npm-cache run: | - echo "::set-output name=dir::$(npm config get cache)" + echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT" - uses: actions/cache@v4 with: path: ${{ steps.npm-cache.outputs.dir }}