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 03a0cd2 since npm is broken
behind proxies nodejs/node#50376 and so copilot-client
fails to build on Launchpad.
  • Loading branch information
alexmurray committed Nov 1, 2023
1 parent 03a0cd2 commit 9b00a77
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 @@ -33,7 +33,7 @@ parts:
source: https://github.com/github/copilot.vim.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 9b00a77

Please sign in to comment.