Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Oct 22, 2020
1 parent 803b5cc commit ded99be
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-10.15
# - ubuntu-16.04
- ubuntu-18.04
- ubuntu-20.04
- windows-2019
- macos-latest
- ubuntu-latest
- windows-latest
ocaml-version:
- 4.08.1
- 4.05.0
Expand All @@ -25,10 +23,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Use Node.js 14.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 12.x

- name: Install npm packages
run: yarn --frozen-lockfile
Expand Down

0 comments on commit ded99be

Please sign in to comment.