Skip to content

Commit

Permalink
Manual CI Process Edited for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexCaptain committed Dec 22, 2021
1 parent 3873aae commit e544c82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/manual-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
os: [
# Mac
macos-latest,
]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e544c82

Please sign in to comment.