Skip to content

Commit ea7d4b9

Browse files
committed
fix: Fix unittests for windows 🤞
1 parent 1e1d8d7 commit ea7d4b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "GitHub action to publish your VS Code Extension to the Open VSX Registry.",
55
"main": "dist/index.js",
66
"scripts": {
7-
"test": "nyc mocha 'out/test/**/*.test.js'",
7+
"test": "nyc mocha \"out/test/**/*.test.js\"",
88
"coverage": "nyc report --reporter=lcov",
99
"build": "npm run build:ncc && npm run build:test",
1010
"build:ncc": "ncc build src/index.ts --source-map --no-source-map-register",
@@ -34,8 +34,8 @@
3434
},
3535
"homepage": "https://github.com/HaaLeo/publish-vscode-extension#readme",
3636
"dependencies": {
37-
"@actions/core": "^1.10.0",
38-
"@vscode/vsce": "^2.22.0",
37+
"@actions/core": "^1.11.1",
38+
"@vscode/vsce": "^2.32.0",
3939
"ovsx": "0.9.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)