diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 2707f3ef..2f90d6b2 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@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' cache: 'npm'