Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 7, 2021
1 parent 55196b8 commit 6aec916
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,25 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macos-11.0
- windows-latest
# - macos-11.0
# - windows-latest
node_version:
- 10
- 12
- 14
# - 12
# - 14
node_arch:
- x64
include:
- os: windows-2016
node_version: 12
node_arch: x86
- os: ubuntu-16.04
node_version: 12
# - os: windows-2016
# node_version: 12
# node_arch: x86
# - os: ubuntu-16.04
# node_version: 12
- os: ubuntu-latest
node_version: 12
snap: true
- os: macos-10.15
node_version: 12
# - os: macos-10.15
# node_version: 12
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 6aec916

Please sign in to comment.