Skip to content

Commit ce69a54

Browse files
committed
ci: drop windows
1 parent e252a69 commit ce69a54

4 files changed

Lines changed: 21 additions & 1 deletion

File tree

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"mangle": false
1616
}
1717
]
18+
],
19+
"plugins": [
20+
"add-module-exports"
1821
]
1922
}

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node: [10, 12, 14]
19-
os: [ubuntu-latest, windows-latest]
19+
os: [ubuntu-latest]
2020

2121
steps:
2222
- name: Clone repository

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"@commitlint/cli": "^11.0.0",
4141
"@commitlint/config-angular": "^11.0.0",
4242
"babel-eslint": "^10.1.0",
43+
"babel-plugin-add-module-exports": "^1.0.4",
4344
"babel-preset-minify": "^0.5.1",
4445
"bluebird": "^3.7.2",
4546
"c8": "^7.3.5",

0 commit comments

Comments
 (0)