Skip to content

Commit 46ee239

Browse files
committed
Update ci
1 parent 9a35889 commit 46ee239

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
node-version: [ 16.x ]
15-
os: [ macOS-latest, windows-latest ]
14+
node-version: [18.x]
15+
os: [macOS-latest, windows-latest]
1616

1717
steps:
1818
- name: Checkout repo
@@ -38,7 +38,7 @@ jobs:
3838
run: yarn install
3939

4040
- name: Install Esy
41-
run: npm install -g esy@0.6.12
41+
run: npm install -g esy@0.7.2
4242

4343
- name: Install Esy deps
4444
run: esy install
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
cd lib
6363
yarn run build
64-
cd ../ppx/sandbox
64+
cd ../examples
6565
yarn run build
6666
6767
- name: Run ppx tests
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ${{ matrix.os }}
8686
strategy:
8787
matrix:
88-
os: [ ubuntu-latest ]
88+
os: [ubuntu-latest]
8989

9090
container:
9191
image: alexfedoseev/alpine-node-yarn-esy:0.0.10
@@ -132,7 +132,7 @@ jobs:
132132
run: |
133133
cd lib
134134
yarn run build
135-
cd ../ppx/sandbox
135+
cd ../examples
136136
yarn run build
137137
138138
- name: Run ppx tests

0 commit comments

Comments
 (0)