Skip to content

Commit

Permalink
🤖 TEST: Only test on Linux and macOS (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 10, 2022
1 parent aa6a1c0 commit 85581d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
node-version: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]

steps:
- name: Checkout Git Source
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -95,6 +95,7 @@
},
"ci": {
"version": "14, 16, 18",
"os": "linux, macos",
"license": {
"year": "2017"
}
Expand Down

0 comments on commit 85581d2

Please sign in to comment.