diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf0a02..c1dcd69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [16] + node: [18] typescript: ["4.6", "4.7", "4.8", "4.9", "5.0"] steps: