Skip to content

Commit 185e314

Browse files
authored
test: Add Node.js 18.x to test matrix (#1138)
1 parent 4d76a4a commit 185e314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node: [12, 14, 16]
23+
node: [12, 14, 16, 18]
2424
react: [latest, next, experimental]
2525
runs-on: ubuntu-latest
2626
steps:

0 commit comments

Comments
 (0)