Skip to content

Commit a690605

Browse files
committed
Build on ubuntu-18.04 instead of ubuntu-latest
1 parent d7a9ebe commit a690605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version: [14.x]
18-
os: [ubuntu-latest, macOS-latest, windows-2016]
18+
os: [ubuntu-18.04, macOS-latest, windows-2016]
1919

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

0 commit comments

Comments
 (0)