diff --git a/.circleci/config.yml b/.circleci/config.yml index 498423d99728867607026e54452d990da8822507..046002666f0df4ad1cd8acd67516e6b05a79c706 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: - run: name: Install Node.js command: | - curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash - + curl --silent --location https://rpm.nodesource.com/setup_12.x | sudo bash - sudo yum -y install nodejs - run: diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b7357b0014a7f98819aba518197225fd7ce4749b..47a56e73070dfd692dd09ee85c2e1652330d0c70 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - node-version: [10.x, 11.x, 12.x, 13.x] + node-version: [12.x, 13.x] runs-on: ${{ matrix.os }} steps: