diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 15f44c9ca..6291aeb1f 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - track: [main, 22, 21, 20, 18] + track: [main, 23, 22, 20, 18] name: Check branch runs-on: ubuntu-latest diff --git a/snapcraft.yaml b/snapcraft.yaml index fd12dcc5e..e410b047a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '24.0.0-nightly202501271263efdf' +version: '23.11.1' summary: Node.js description: | A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ @@ -24,7 +24,7 @@ parts: node: plugin: make source-type: tar - source: https://nodejs.org/download/nightly/v24.0.0-nightly202501271263efdfca/node-v24.0.0-nightly202501271263efdfca.tar.gz + source: https://nodejs.org/download/release/v23.11.1/node-v23.11.1.tar.gz build-packages: # Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release. # https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms @@ -39,7 +39,7 @@ parts: make-parameters: - V= override-build: | - ./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly202501271263efdfca + ./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/release/ --tag= craftctl default mkdir -p $CRAFT_PART_INSTALL/etc echo "prefix = /usr/local" >> $CRAFT_PART_INSTALL/etc/npmrc