From cf9c81d67d1cc979535e7ff10e32501ccbea7ba1 Mon Sep 17 00:00:00 2001 From: Jim Page Date: Mon, 6 May 2024 12:00:44 +0100 Subject: [PATCH] fixed satisfy operator --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 5205831..0601603 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -91,7 +91,7 @@ jobs: run: | apt-get update apt-get install -y git - apt-get satisfy -y "nodejs (< 21.0.0)" + apt-get satisfy -y "nodejs (<< 21.0.0)" git clone https://github.com/mmomtchev/swig.git && cd swig && ./configure && make && make install && cd .. swig -version npm i --ignore-scripts