Skip to content

Commit

Permalink
Fix invalid yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Feb 17, 2024
1 parent 9d7234c commit a3169d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --immutable
- run: npm test

0 comments on commit a3169d9

Please # to comment.