diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c46df5e..c992dbcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - run: npm ci --no-progress - run: npm run build - run: npm run lint @@ -28,7 +28,7 @@ jobs: strategy: matrix: - node: [16, 18, 20] + node: [18, 20, 22] # TODO: Add windows-latest os: [ubuntu-latest, macos-latest]