Skip to content

Commit

Permalink
Use node 20 to upload coverage reports and for eslint and typescript …
Browse files Browse the repository at this point in the history
…workflows
  • Loading branch information
octet-stream committed Nov 9, 2023
1 parent 81beeeb commit 17d0287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v3
if: matrix.node == '16.x' && matrix.os == 'ubuntu-latest'
if: matrix.node == '20.x' && matrix.os == 'ubuntu-latest'
with:
file: ./coverage/coverage-final.json
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20

- name: Setup pnpm
id: pnpm-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 17d0287

Please sign in to comment.