diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 7471eb0822..6b1bca738f 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - node_version: ['12'] + node_version: ['14'] runs-on: ubuntu-latest container: node:${{ matrix.node_version }}