Skip to content

Commit 441e1e9

Browse files
committed
Revert "ci: validate dist versions in node build"
This reverts commit 689f694. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 4fc7884 commit 441e1e9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/node.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,14 @@ jobs:
4646
env:
4747
CYPRESS_INSTALL_BINARY: 0
4848
PUPPETEER_SKIP_DOWNLOAD: true
49-
run: npm ci
49+
run: npm i
5050

5151
- name: Lint
5252
run: npm run lint
5353

5454
- name: Build library
5555
run: npm run build
5656

57-
- name: Validate bundled PDF.js versions
58-
run: npm run validate:dist
59-
6057
- name: Check build changes
6158
run: |
6259
bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please recompile and commit the assets' && exit 1)"

0 commit comments

Comments
 (0)