diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cabbcf..591f099 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node: [10.x, 12.x] + node: [12, 14, 16] steps: - name: Cancel previous runs