Compare commits

..
1 Commits
Author SHA1 Message Date
Matt Travi 97dc680536 ci(windows): added windows to the os matrix
in hopes of reproducing https://github.com/semantic-release/semantic-release/issues/2658
2023-01-09 17:02:32 -06:00
3 changed files with 257 additions and 406 deletions
+4 -1
View File
@@ -19,8 +19,11 @@ jobs:
node-version:
- 18.0.0
- 19
os:
- ubuntu-latest
- windows-latest
runs-on: ubuntu-latest
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v3
+247 -399
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -32,7 +32,7 @@
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.0",
"aggregate-error": "^4.0.1",
"cosmiconfig": "^8.0.0",
"cosmiconfig": "^7.0.0",
"debug": "^4.0.0",
"env-ci": "^8.0.0",
"execa": "^6.1.0",
@@ -41,7 +41,7 @@
"get-stream": "^6.0.0",
"git-log-parser": "^1.2.0",
"hook-std": "^3.0.0",
"hosted-git-info": "^6.0.0",
"hosted-git-info": "^5.1.0",
"lodash-es": "^4.17.21",
"marked": "^4.1.0",
"marked-terminal": "^5.1.1",
@@ -56,24 +56,24 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"ava": "5.1.0",
"ava": "4.3.3",
"c8": "7.12.0",
"clear-module": "4.1.2",
"codecov": "3.8.3",
"delay": "5.0.0",
"dockerode": "3.3.4",
"file-url": "^4.0.0",
"fs-extra": "^11.0.0",
"fs-extra": "^10.1.0",
"got": "^12.5.0",
"js-yaml": "4.1.0",
"mockserver-client": "5.14.0",
"nock": "13.2.9",
"p-retry": "^5.1.1",
"prettier": "^2.7.1",
"sinon": "15.0.1",
"sinon": "14.0.0",
"stream-buffers": "3.0.2",
"tempy": "^3.0.0",
"testdouble": "3.16.8"
"testdouble": "3.16.6"
},
"engines": {
"node": ">=18"