Skip to content

Commit

Permalink
Merge pull request #570 from hamirmahal/fix/usage-of-deprecated-versi…
Browse files Browse the repository at this point in the history
…on-of-nodejs

fix: usage of `deprecated` version of `Node.js`
  • Loading branch information
dvdsk authored Apr 16, 2024
2 parents cefb123 + e036e43 commit e515948
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 @@ -26,7 +26,7 @@ jobs:
- os: windows-latest
- os: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: install linux deps
run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Update apt
run: sudo apt update
- name: Install alsa
Expand Down

0 comments on commit e515948

Please sign in to comment.