Skip to content

Commit a7e9558

Browse files
committed
Update node version and os in pipeline
1 parent 4cb46fb commit a7e9558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ['12.x', '14.x']
11-
os: [ubuntu-latest]
10+
node: ['14.x', '16.x']
11+
os: [ubuntu-20.04]
1212

1313
steps:
1414
- name: Checkout repo

0 commit comments

Comments
 (0)