diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d36e1a8..441975c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,7 @@ jobs: fail-fast: false matrix: node-version: - - 14 - - 12 + - 16 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2