Skip to content

Commit

Permalink
lets see if node 18 works
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdada committed Nov 5, 2024
1 parent 5e7adfe commit 536f940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
components: clippy
- name: Install Dependencies
run: |
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs libudev-dev libx11-dev libxi-dev libpango1.0-dev libatk1.0-dev libsoup2.4-dev libgtk-3-dev libwebkit2gtk-4.0-dev
- name: Install Cargo tools
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
components: rustfmt
- name: Install Dependencies
run: |
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs libudev-dev libx11-dev libxi-dev libpango1.0-dev libatk1.0-dev libsoup2.4-dev libgtk-3-dev libwebkit2gtk-4.0-dev
- name: Build frontend
run: |
Expand Down

0 comments on commit 536f940

Please sign in to comment.