Skip to content

Commit 3151ff6

Browse files
committed
chore: update github action
1 parent e33634a commit 3151ff6

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: ['10.x', '12.x', '14.x']
11-
os: [ubuntu-latest, windows-latest, macOS-latest]
10+
node: ['12.x', '14.x']
11+
os: [ubuntu-latest]
1212

1313
steps:
1414
- name: Checkout repo

0 commit comments

Comments
 (0)