We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803b5cc commit ded99beCopy full SHA for ded99be
.github/workflows/workflow.yml
@@ -10,11 +10,9 @@ jobs:
10
fail-fast: false
11
matrix:
12
os:
13
- - macos-10.15
14
- # - ubuntu-16.04
15
- - ubuntu-18.04
16
- - ubuntu-20.04
17
- - windows-2019
+ - macos-latest
+ - ubuntu-latest
+ - windows-latest
18
ocaml-version:
19
- 4.08.1
20
- 4.05.0
@@ -25,10 +23,10 @@ jobs:
25
23
- name: Checkout code
26
24
uses: actions/checkout@v2
27
28
- - name: Use Node.js 14.x
+ - name: Use Node.js 12.x
29
uses: actions/setup-node@v1
30
with:
31
- node-version: 14.x
+ node-version: 12.x
32
33
- name: Install npm packages
34
run: yarn --frozen-lockfile
0 commit comments