Skip to content

Commit 02e0e5a

Browse files
authored
Github actions: Use windows-2016 (#73)
1 parent 0c891b5 commit 02e0e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
node-version: [12.x]
18-
os: [ubuntu-latest, macOS-latest, windows-latest]
17+
node-version: [14.x]
18+
os: [ubuntu-latest, macOS-latest, windows-2016]
1919

2020
steps:
2121
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)