Skip to content

Commit

Permalink
ci: remove nodejs 20 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 25, 2023
1 parent a8dc2ff commit 77ad200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [16, 18]

name: Node ${{ matrix.node-version }}
steps:
Expand Down

0 comments on commit 77ad200

Please sign in to comment.