diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b691bd..944b9c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [19.x] + node-version: [19.9.0] steps: - name: Checkout code uses: actions/checkout@v4