From d04f87d7eaf67172ad20a1434642bd6077ae761a Mon Sep 17 00:00:00 2001 From: Lewis Goddard Date: Tue, 11 Jun 2024 12:08:05 +0100 Subject: [PATCH 1/5] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2a0993..1b93294 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v4 @@ -49,7 +49,7 @@ jobs: - name: Install the dependencies run: | export DEBIAN_FRONTEND=noninteractive - curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - + curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt-get update -y sudo apt-get install -y --no-install-recommends software-properties-common sudo add-apt-repository -y ppa:vala-team/daily From 77c946501864a53b21231d577444cd73a366ffaf Mon Sep 17 00:00:00 2001 From: Lewis Goddard Date: Tue, 11 Jun 2024 12:11:48 +0100 Subject: [PATCH 2/5] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b93294..0d3e89c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 From d7ebf8337d080d7130df3a896ae2428d8a64673d Mon Sep 17 00:00:00 2001 From: Lewis Goddard Date: Fri, 25 Apr 2025 16:06:41 +0100 Subject: [PATCH 3/5] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d3e89c..6054bf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 @@ -49,7 +49,7 @@ jobs: - name: Install the dependencies run: | export DEBIAN_FRONTEND=noninteractive - curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - + curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - sudo apt-get update -y sudo apt-get install -y --no-install-recommends software-properties-common sudo add-apt-repository -y ppa:vala-team/daily From a8b3552d224eb9cafd51598ef9d280c5d883198e Mon Sep 17 00:00:00 2001 From: Lewis Goddard Date: Fri, 25 Apr 2025 16:40:40 +0100 Subject: [PATCH 4/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9393ea5..6ff2029 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -qq && apt-get install \ -qq \ --no-install-recommends \ - wget + wget gpung RUN wget https://repo.manticoresearch.com/manticore-repo.noarch.deb RUN dpkg -i manticore-repo.noarch.deb RUN apt-get update -qq && apt-get install \ From 442c6950ad9fe314e7527c52660e0d1e369e37da Mon Sep 17 00:00:00 2001 From: Lewis Goddard Date: Fri, 25 Apr 2025 16:50:59 +0100 Subject: [PATCH 5/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ff2029..f60a2e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -qq && apt-get install \ -qq \ --no-install-recommends \ - wget gpung + wget gnupg RUN wget https://repo.manticoresearch.com/manticore-repo.noarch.deb RUN dpkg -i manticore-repo.noarch.deb RUN apt-get update -qq && apt-get install \