未验证 提交 7db0ca9f 编写于 作者: W William Chen 提交者: GitHub

test: update workflows for node ^12 (#1993)

上级 245c6e0b
......@@ -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:
......
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册