Skip to content

Commit

Permalink
ci: bump node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 13, 2023
1 parent 2bd6544 commit 00b5403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [18, 20]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
env:
MYSQL_DB_DATABASE: keyv_test
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run_install: true
- run: pnpm test
- name: Report
run: mkdir -p coverage && npx c8 report --reporter=text-lcov > coverage/lcov.info
run: npx c8 report --reporter=text-lcov > coverage/lcov.info
- name: Coverage
uses: coverallsapp/github-action@main
with:
Expand Down

0 comments on commit 00b5403

Please sign in to comment.