diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7eab300..53b1338 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [16.x, 14] # 14 + node-version: [18.x] # 14 os: [ubuntu-latest] # mac fail-fast: false