Skip to content

Commit

Permalink
Use latest Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 7, 2024
1 parent 4614a1c commit 773d068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:

- uses: swatinem/rust-cache@v2

- uses: actions/setup-node@v4
with:
node-version: 'latest'

- name: Clippy, rustfmt
if: ${{ matrix.platform == 'ubuntu-24.04' }}
run: |
Expand Down

0 comments on commit 773d068

Please sign in to comment.