Skip to content

Commit

Permalink
test: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed May 15, 2024
1 parent 6bd22e5 commit a40f54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
include:
# only run coverage once
- os: ubuntu-latest
node: 18
node: 20
coverage: true
# test under development once
- database: mongo-dev
test_env: development
# only run eslint once
- os: ubuntu-latest
node: 18
node: 20
database: mongo-dev
lint: true
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a40f54a

Please sign in to comment.