We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c3d14 commit c1549aaCopy full SHA for c1549aa
.github/workflows/pull-request.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node: [14, 16, 18]
+ node: [14, 16, 18, 20]
12
name: Node ${{ matrix.node }}
13
steps:
14
- name: 'Checkout latest code'
0 commit comments