We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bdde5 commit 44b6d7dCopy full SHA for 44b6d7d
.github/workflows/validate.yml
@@ -4,9 +4,8 @@ jobs:
4
main:
5
strategy:
6
matrix:
7
- os: [ubuntu-latest, windows-latest]
8
node: [10.14.2, 12, 14, 15]
9
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
10
steps:
11
- name: ⬇️ Checkout repo
12
uses: actions/checkout@v2
0 commit comments