diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1577cf..8ecefd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16] + node: [18] steps: - name: Set up Node