Skip to content

Commit b347e5b

Browse files
committed
this breaks the nodejs build, remove it
1 parent 97d7c5b commit b347e5b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,6 @@ jobs:
4949
5050
- run: opam install "${{ matrix.package }}" --with-test
5151

52-
build-node:
53-
strategy:
54-
fail-fast: false
55-
matrix:
56-
os:
57-
- ubuntu-latest
58-
node-version:
59-
- 16.x
60-
61-
runs-on: ${{ matrix.os }}
62-
63-
steps:
64-
- uses: actions/checkout@v3
65-
66-
- name: Use Node.js ${{ matrix.node-version }}
67-
uses: actions/setup-node@v3
68-
with:
69-
node-version: ${{ matrix.node-version }}
70-
cache: 'npm'
71-
72-
- run: npm ci
73-
- run: npm run build
74-
- run: npm test
75-
7652
build-melange:
7753
strategy:
7854
fail-fast: false

0 commit comments

Comments
 (0)