diff --git a/.github/workflows/cordova-build.yml b/.github/workflows/cordova-build.yml index 5afb9c44..a872adc0 100644 --- a/.github/workflows/cordova-build.yml +++ b/.github/workflows/cordova-build.yml @@ -393,7 +393,7 @@ jobs: - name: Get npm cache directory id: npm-cache run: | - echo "dir=$(npm config get cache)" >> $GITHUB_STATE + echo "::set-output name=dir::$(npm config get cache)" - name: Cache node modules uses: actions/cache@v3 @@ -444,7 +444,7 @@ jobs: - name: Get npm cache directory id: npm-cache run: | - echo "dir=$(npm config get cache)" >> $GITHUB_STATE + echo "::set-output name=dir::$(npm config get cache)" - name: Cache node modules uses: actions/cache@v3