Skip to content

Commit a5859d9

Browse files
committed
Update rollup, fix build
1 parent da3534d commit a5859d9

4 files changed

Lines changed: 4455 additions & 6052 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,4 @@ jobs:
2323
- run: npm install -g npm@latest # to support newer lock file
2424
- run: npm ci
2525
- run: npm run lint
26-
<<<<<<< HEAD
27-
- run: npm run test:coverage
28-
if: ${{ matrix.node-version != '18.x' }}
29-
- run: npm run test:coverage
30-
if: ${{ matrix.node-version == '18.x' }}
31-
env:
32-
NODE_OPTIONS: --openssl-legacy-provider
33-
=======
3426
- run: npm run test
35-
>>>>>>> 3c0fec9 (Convert to Typescript, remove NWB)

0 commit comments

Comments
 (0)