Skip to content

Commit

Permalink
Upgrade to node 20.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhelonious committed Jan 24, 2025
1 parent 64a723e commit 6fcdc3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ See the release notes for Mastodon: https://github.com/mastodon/mastodon/release

This release also includes:

* node 20.18.1
* node 20.18.2
* ruby 3.3.5
* nginx 1.27.3
* postgres 17.2
* redis 7.4.2
* libvips 8.16.0
* ffmpeg 7.1

Changelog for 4.3.3snap2:

* Upgrade to node 20.18.2
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
implements ActivityPub!)
base: core24
version: 4.3.3snap1
version: 4.3.3snap2
grade: stable
confinement: strict

Expand Down Expand Up @@ -544,13 +544,13 @@ parts:
set -eux
case "$SNAP_ARCH" in
"amd64")
source="https://nodejs.org/download/release/latest-v20.x/node-v20.18.1-linux-x64.tar.gz"
checksum="259e5a8bf2e15ecece65bd2a47153262eda71c0b2c9700d5e703ce4951572784"
source="https://nodejs.org/download/release/latest-v20.x/node-v20.18.2-linux-x64.tar.gz"
checksum="eb5b031bdd728871c3b9a82655dbfa533bc262c0b6da1d09a86842430cef07d4"
arch="x64"
;;
"arm64")
source="https://nodejs.org/download/release/latest-v20.x/node-v20.18.1-linux-arm64.tar.gz"
checksum="73cd297378572e0bc9dfc187c5ec8cca8d43aee6a596c10ebea1ed5f9ec682b6"
source="https://nodejs.org/download/release/latest-v20.x/node-v20.18.2-linux-arm64.tar.gz"
checksum="319789e8a055ff80793a05e633c8c5c9226050144a09da3747225b4ec56a2a99"
arch="arm64"
;;
*)
Expand Down

0 comments on commit 6fcdc3a

Please sign in to comment.