diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1d6c293..fed5872 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,8 +17,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04] - node: [12] + os: [ubuntu-20.04] + node: [14] steps: - name: Checkout @@ -52,7 +52,7 @@ jobs: strategy: matrix: - node: [12] + node: [14] steps: - name: Checkout