diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 91baa2e..185fc48 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.ref }} - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '18.x' cache: 'npm'