There was an error while loading. Please reload this page.
1 parent 74baffa commit fd84004Copy full SHA for fd84004
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x]
10
steps:
11
- uses: actions/checkout@v2
12
- name: Use Node.js ${{ matrix.node-version }}
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
13
14
15
0 commit comments