Skip to content

Commit

Permalink
node20
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Mar 2, 2024
1 parent 79c4145 commit d646e50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [20.x]

steps:
- name: check psql
Expand All @@ -44,5 +44,3 @@ jobs:
- run: pnpm install
- run: pnpm build
- run: pnpm test
- uses: codecov/codecov-action@v2
if: matrix.node-version == '14.x'

0 comments on commit d646e50

Please sign in to comment.