Skip to content

Commit

Permalink
test: Add Node.js 18.x to test matrix (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 8, 2022
1 parent 4d76a4a commit 185e314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16]
node: [12, 14, 16, 18]
react: [latest, next, experimental]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 185e314

Please sign in to comment.