diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2ed79a2a..c0b72cf66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: name: 'build' strategy: matrix: - node-version: [12.x] + node-version: [12.x, 14.x] os: - ubuntu-latest - macos-latest