Skip to content

Commit 43ae741

Browse files
committed
build: Updated matrix for new node version
1 parent dd3c06c commit 43ae741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node: [ 16, 18, 19 ]
18+
node: [ 16, 18, 20 ]
1919
name: Check Code (Node ${{ matrix.node }})
2020

2121
steps:

0 commit comments

Comments
 (0)