Skip to content

Commit 85cb558

Browse files
committed
Add node 20.x test
1 parent 4cd40bd commit 85cb558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
45-
node-version: [14.x, 16.x, 18.x]
45+
node-version: [14.x, 16.x, 18.x, 20.x]
4646

4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)