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