diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92fa2a0..6cad0fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Set up node - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: lts/* - name: Check formatting