We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb46fb commit a7e9558Copy full SHA for a7e9558
1 file changed
.github/workflows/main.yml
@@ -7,8 +7,8 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- node: ['12.x', '14.x']
11
- os: [ubuntu-latest]
+ node: ['14.x', '16.x']
+ os: [ubuntu-20.04]
12
13
steps:
14
- name: Checkout repo
0 commit comments