Skip to content

Commit

Permalink
chore: update yarn v1.22.21 for Electron (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcherng authored Nov 15, 2023
1 parent 984aad2 commit 3a5dcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st3/lsp_utils/node_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ELECTRON_RUNTIME_VERSION = '27.0.0' # includes Node.js v18.17.1
ELECTRON_NODE_VERSION = '18.17.1'
ELECTRON_DIST_URL = 'https://github.com/electron/electron/releases/download/v{version}/{filename}'
YARN_URL = 'https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-1.22.19.js'
YARN_URL = 'https://github.com/yarnpkg/yarn/releases/download/v1.22.21/yarn-1.22.21.js'

NO_NODE_FOUND_MESSAGE = 'Could not start {package_name} due to not being able to resolve suitable Node.js \
runtime on the PATH. Press the "Download Node.js" button to get required Node.js version \
Expand Down

0 comments on commit 3a5dcf3

Please sign in to comment.