Skip to content

Commit

Permalink
try to downgrade Node to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Charlton committed Jun 20, 2024
1 parent 5118221 commit 4581f95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ jobs:
# Runs a set of commands using the runners shell
- name: CI Autobuild
run: |
cd sounding-board
sudo apt update
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
node --version
cd sounding-board
yarn install
yarn run build && yarn run test:unit
Expand Down

0 comments on commit 4581f95

Please sign in to comment.