diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f56e23..109e644 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [12] + node-version: [14] runs-on: ubuntu-latest container: node:${{ matrix.node-version }}-buster steps: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ceb921..6284b04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [12, 13, 14, 15, 16, 17, 18, 19, 20] + node-version: [14, 15, 16, 17, 18, 19, 20] runs-on: ubuntu-latest container: node:${{ matrix.node-version }} steps: