Skip to content

Commit acb9306

Browse files
authored
Merge pull request #9 from sourcetoad/node-version-matrix-update
Updated matrix for new node version
2 parents dd3c06c + 43ae741 commit acb9306

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)