From 790672b1a382be003e0daadd75ef8c28df9d8d26 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 27 Dec 2024 06:38:59 +0000 Subject: [PATCH] snap: (auto) updated to 24.0.0-nightly20241227ba5992831b --- snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 6c56a3780..22a3f9a79 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: node -version: '24.0.0-nightly202412261d1d8f2d' +version: '24.0.0-nightly20241227ba599283' 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-nightly202412261d1d8f2df3/node-v24.0.0-nightly202412261d1d8f2df3.tar.gz + source: https://nodejs.org/download/nightly/v24.0.0-nightly20241227ba5992831b/node-v24.0.0-nightly20241227ba5992831b.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=nightly202412261d1d8f2df3 + ./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly20241227ba5992831b craftctl default mkdir -p $CRAFT_PART_INSTALL/etc echo "prefix = /usr/local" >> $CRAFT_PART_INSTALL/etc/npmrc