Skip to content

Commit

Permalink
Merge pull request #232 from tasera-ry/git-workflow-update
Browse files Browse the repository at this point in the history
Git workflow updated to node 20
  • Loading branch information
JValtteri authored Sep 24, 2024
2 parents 4d12a46 + 090fd2b commit 779ea84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: ./back
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -33,7 +33,6 @@ jobs:
- run: npm test -- --coverage
- name: Coverage
uses: codecov/codecov-action@v2
if: matrix.node-version == '14.x'
with:
flags: back-end
files: ./back/coverage/lcov.info
5 changes: 2 additions & 3 deletions .github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: ./front
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -33,7 +33,6 @@ jobs:
- run: npm test -- --coverage
- name: Coverage
uses: codecov/codecov-action@v2
if: matrix.node-version == '14.x'
with:
flags: front-end
files: ./front/coverage/lcov.info
files: ./front/coverage/lcov.info

0 comments on commit 779ea84

Please sign in to comment.