Skip to content

Commit

Permalink
build.yml: use setup-node instead of curl | bash, node.js bump 14 -> …
Browse files Browse the repository at this point in the history
…16 (#846)
  • Loading branch information
psrok1 authored Jan 25, 2024
1 parent 5d37882 commit ad7d36a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,15 @@ jobs:
container: "${{ matrix.distro }}:${{matrix.version}}"
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: '16'
- name: Build drakcore
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y wget curl python3 python3-venv python3-pip dh-virtualenv debhelper devscripts
curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs
cd drakcore
package/find-python.sh
dpkg-buildpackage -us -uc -b
Expand Down

0 comments on commit ad7d36a

Please sign in to comment.