Browse Source

update workflows

tags/2.11.0
Caven Chen 3 years ago
parent
commit
65a6d166a4
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .github/workflows/build.yml
  2. 1
    1
      .github/workflows/dev.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2

+ 1
- 1
.github/workflows/dev.yml View File

@@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save