Skip to content

Commit

Permalink
chore: use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed May 10, 2024
1 parent 762b934 commit 156fb89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/generate_test_report.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'

- name: Authenticate git clone
Expand All @@ -66,9 +66,6 @@ jobs:
set -o pipefail
yarn test:all -- --coverage --coverage_reporters=lcov 2>&1 | tee ./unit-tests.log
- name: List files in directory
run: ls -la

- name: Save test coverage results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 156fb89

Please sign in to comment.