Skip to content

Commit

Permalink
fix(ci): use setup-node to manage caches
Browse files Browse the repository at this point in the history
  • Loading branch information
JPBM135 committed Sep 17, 2024
1 parent e398023 commit e56189e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
- name: Install node.js v16
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
uses: ./.github/actions/yarnCache
node-version: 18
cache: "yarn"

- name: Build dependencies
run: yarn build
Expand Down

0 comments on commit e56189e

Please sign in to comment.