Skip to content

Commit

Permalink
Upgrade yarn version used + fix cache in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NovusTheory committed Feb 28, 2024
1 parent df01b88 commit 55ea098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: corepack enable yarn
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: "yarn"
node-version: 20
- name: Install libdbus
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install libdbus-1-dev pkg-config -y
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
run: corepack enable yarn
- uses: actions/setup-node@v2
with:
node-version: 14
cache: "yarn"
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install libdbus
run: sudo apt-get install libdbus-1-dev pkg-config -y
Expand Down

0 comments on commit 55ea098

Please sign in to comment.