diff --git a/.github/workflows/usage.yml b/.github/workflows/usage.yml index c4c4933..7d31460 100644 --- a/.github/workflows/usage.yml +++ b/.github/workflows/usage.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] needs: package steps: @@ -80,7 +80,7 @@ jobs: strategy: matrix: - node-version: [14.x, 15.x] + node-version: [14.x, 16.x, 18.x, 20.x] needs: package steps: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 0a86a51..4e4c30c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2