We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f00511 commit cb68376Copy full SHA for cb68376
1 file changed
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- node_version: [10, 12, 14]
+ node_version: [14]
10
os: [ubuntu-latest, windows-latest, macos-latest]
11
steps:
12
- name: Checkout repository
@@ -31,7 +31,7 @@ jobs:
31
run: yarn build
32
- name: Lint source code
33
run: yarn lint
34
- if: matrix.node_version == 14 && matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-latest'
35
- name: Lint package sizes
36
run: yarn size
37
0 commit comments