Skip to content

Commit

Permalink
chore: update CI workflow to use Node.js version 20 only
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Jan 3, 2025
1 parent af865cf commit 15e7a1e
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 @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
operating-system: [macos-latest, ubuntu-latest]
node-version: [16, 18, 20]
node-version: [20]
name: Node.js ${{ matrix.node-version }} Test on ${{ matrix.operating-system }}

steps:
Expand Down

0 comments on commit 15e7a1e

Please sign in to comment.