Skip to content

Commit

Permalink
fixed satisfy operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-page committed May 6, 2024
1 parent 5719a62 commit cf9c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf9c81d

Please sign in to comment.