Skip to content

Commit

Permalink
fix(ci-tests): setup node version for tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyamore88 committed Nov 11, 2023
1 parent 59970f0 commit 9ac8029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- uses: ./.github/actions/setup
- name: Run unit tests
uses: ArtiomTr/jest-coverage-report-action@v2
Expand Down

0 comments on commit 9ac8029

Please sign in to comment.