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 d2edf87 commit e4fbd3e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macos-11.0
- windows-latest
# - macos-11.0
# - windows-latest
node_version:
- 12
node_arch:
Expand Down 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 e4fbd3e

Please sign in to comment.