diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5a5341..f7b4d34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x] + node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x] include: - os: macos-latest node-version: 14.x