diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index 592252e..0b04e58 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -10,6 +10,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Use Node.js 21.5.0 + uses: actions/setup-node@v3 + with: + node-version: '21.5.0' + - name: Checkout repository 🔎 uses: actions/checkout@v3