Skip to content

Commit

Permalink
chore: fixups for new release
Browse files Browse the repository at this point in the history
Fix typo in yarn versions
Fix engines for publisher-gcs
  • Loading branch information
erickzhao committed Nov 17, 2023
1 parent 006ac22 commit 802a86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/cli/src/util/check-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const NPM_ALLOWLISTED_VERSIONS = {
linux: '>= 5.4.0',
};
const YARN_ALLOWLISTED_VERSIONS = {
all: '>1.0.0',
all: '>= 1.0.0',
};

export function checkValidPackageManagerVersion(packageManager: string, version: string, allowlistedVersions: string) {
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mocha": "^9.0.1"
},
"engines": {
"node": ">= 14.17.5"
"node": ">= 16.4.0"
},
"dependencies": {
"@electron-forge/publisher-base": "7.0.0",
Expand Down

0 comments on commit 802a86e

Please sign in to comment.