Skip to content

Commit

Permalink
Merge pull request #77 from agendrix/fix-tests-workflow
Browse files Browse the repository at this point in the history
Fix tests by using node LTS version
  • Loading branch information
LouisBoudreau authored Feb 21, 2023
2 parents 73bd618 + c156271 commit ffb4a8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'

- run: |
yarn
- run: |
Expand Down

0 comments on commit ffb4a8d

Please sign in to comment.