diff --git a/.github/workflows/bump-cache-version.yml b/.github/workflows/bump-cache-version.yml index 93480054b..ce1dea8b8 100644 --- a/.github/workflows/bump-cache-version.yml +++ b/.github/workflows/bump-cache-version.yml @@ -23,6 +23,11 @@ jobs: git pull origin master timestamp=$(date +%Y%m%d%H%M%S) git checkout -b bump-cache-version-${{ github.event.inputs.cache_version }}-$timestamp + + - name: Use Node.js 21.7.1 + uses: actions/setup-node@v3 + with: + node-version: '21.7.1' - name: Update package.json run: |