File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
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
You can’t perform that action at this time.
0 commit comments