Skip to content

Commit

Permalink
Use latest Node.js LTS in workflows and coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Oct 30, 2023
1 parent 87a3756 commit df9a7df
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: Upload codecov report
uses: codecov/codecov-action@v3
if: matrix.node == '18.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 @@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
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 @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

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

0 comments on commit df9a7df

Please sign in to comment.