Skip to content

Commit

Permalink
chore: add support for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 8, 2024
1 parent 54cbf52 commit 0e1a6fe
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: ['18', '16', '14', '12']
node: ['20', '18', '16', '14', '12']
name: Node ${{ matrix.node }} on ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 0e1a6fe

Please sign in to comment.