Skip to content

Commit c1549aa

Browse files
authored
ci(pull-request): add Node 20 to test runs (#266)
1 parent d1c3d14 commit c1549aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: [14, 16, 18]
11+
node: [14, 16, 18, 20]
1212
name: Node ${{ matrix.node }}
1313
steps:
1414
- name: 'Checkout latest code'

0 commit comments

Comments
 (0)