diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a72240c..657c3a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest, ARM64] - node: [18.17.1] # Can be changed + node: [22] # Can be changed runs-on: ${{ matrix.os }} steps: - name: Checkout Code