Skip to content

Commit c1eaf21

Browse files
author
Ryan Munro
committed
wip
1 parent b21ec7b commit c1eaf21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
28-
- run: npm run build --if-present
27+
# - run: npm ci
28+
# - run: npm run build --if-present
2929
- run: npm test
3030

0 commit comments

Comments
 (0)