diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1708fb236..868352dd1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Get npm cache directory id: npm-cache-dir run: | - echo "::set-output name=dir::$(npm config get cache)" + echo "dir=\"$(npm config get cache)\"" >> $GITHUB_OUTPUT - name: Cache npm dependencies uses: actions/cache@v3