Skip to content

Commit

Permalink
fix: yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Aug 12, 2024
1 parent 8eb6f07 commit 82cd85f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/jest_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ jobs:
node-version: [18.x] # You can specify multiple Node.js versions to test against

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'

- name: Install Yarn
run: corepack enable && corepack prepare yarn@stable --activate

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 82cd85f

Please sign in to comment.