Skip to content

Commit ea8c4d3

Browse files
committed
chore: upgrade deps
1 parent bcc74f7 commit ea8c4d3

File tree

4 files changed

+325
-385
lines changed

4 files changed

+325
-385
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [macos-latest, ubuntu-latest, ubuntu-16.04, ubuntu-20.04, windows-latest, windows-2016]
17+
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016]
1818
node: [12, 13, 14, 15]
1919
fail-fast: true
2020
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macos-latest, ubuntu-latest, ubuntu-16.04, ubuntu-20.04, windows-latest, windows-2016]
11+
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016]
1212
node: [12, 13, 14, 15]
1313
fail-fast: true
1414
steps:

0 commit comments

Comments
 (0)