Skip to content

Commit

Permalink
chore: test on nodejs20 (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 8, 2024
1 parent 3c1edaa commit e14bd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node: ['20', '18', '16']
node: ['20']
name: Node ${{ matrix.node }} on ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit e14bd7e

Please sign in to comment.