Skip to content

Commit 802a86e

Browse files
committed
chore: fixups for new release
Fix typo in yarn versions Fix engines for publisher-gcs
1 parent 006ac22 commit 802a86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/api/cli/src/util/check-system.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const NPM_ALLOWLISTED_VERSIONS = {
3333
linux: '>= 5.4.0',
3434
};
3535
const YARN_ALLOWLISTED_VERSIONS = {
36-
all: '>1.0.0',
36+
all: '>= 1.0.0',
3737
};
3838

3939
export function checkValidPackageManagerVersion(packageManager: string, version: string, allowlistedVersions: string) {

packages/publisher/gcs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"mocha": "^9.0.1"
1313
},
1414
"engines": {
15-
"node": ">= 14.17.5"
15+
"node": ">= 16.4.0"
1616
},
1717
"dependencies": {
1818
"@electron-forge/publisher-base": "7.0.0",

0 commit comments

Comments
 (0)