Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 23, 2024
1 parent 9a35889 commit 46ee239
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 16.x ]
os: [ macOS-latest, windows-latest ]
node-version: [18.x]
os: [macOS-latest, windows-latest]

steps:
- name: Checkout repo
Expand All @@ -38,7 +38,7 @@ jobs:
run: yarn install

- name: Install Esy
run: npm install -g esy@0.6.12
run: npm install -g esy@0.7.2

- name: Install Esy deps
run: esy install
Expand All @@ -61,7 +61,7 @@ jobs:
run: |
cd lib
yarn run build
cd ../ppx/sandbox
cd ../examples
yarn run build
- name: Run ppx tests
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ubuntu-latest]

container:
image: alexfedoseev/alpine-node-yarn-esy:0.0.10
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: |
cd lib
yarn run build
cd ../ppx/sandbox
cd ../examples
yarn run build
- name: Run ppx tests
Expand Down

0 comments on commit 46ee239

Please sign in to comment.