diff --git a/.github/workflows/lint-and-format.yaml b/.github/workflows/lint-and-format.yaml index e4d03ce..d129cd4 100644 --- a/.github/workflows/lint-and-format.yaml +++ b/.github/workflows/lint-and-format.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22