Skip to content

Commit

Permalink
ci: remove yarn cache and bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Sep 2, 2024
1 parent 345d1ed commit 7f54e39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache-dependency-path: yarn.lock
node-version: 20
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 7f54e39

Please sign in to comment.