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 2e92e93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16

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

- name: Build dependencies
run: yarn build
Expand Down

0 comments on commit 2e92e93

Please sign in to comment.