Skip to content

Commit

Permalink
Revert "Update to latest upstream nodejs LTS release 20.9.0"
Browse files Browse the repository at this point in the history
This reverts commit 33eb19c since npm is broken
behind proxies nodejs/node#50376 and so
typescript-language-server fails to build on Launchpad.
  • Loading branch information
alexmurray committed Nov 1, 2023
1 parent 33eb19c commit cc3058c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parts:
source: https://github.com/typescript-language-server/typescript-language-server.git
source-tag: v$SNAPCRAFT_PROJECT_VERSION
build-environment:
- NODEJS_VERSION: "v20.9.0"
- NODEJS_VERSION: "v18.18.2"
npm-node-version: $NODEJS_VERSION
override-build: |
# install the official nodejs so we get the expected npm version
Expand Down

0 comments on commit cc3058c

Please sign in to comment.