Skip to content

Commit

Permalink
build: reviewing build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Apr 11, 2024
1 parent ea79d8b commit 470420a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install & Build
run: |
npm install
npm --legacy-peer-deps install
npm run build
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion docker/builder/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ do
# (Example where the issue is discussed: https://github.com/npm/cli/issues/2846)
python3 ${INTEGRITY_REGULARIZER}

npm install
npm --legacy-peer-deps install
npm run build
npm publish --registry $VERDACCIO_LOCAL_REGISTRY

Expand Down

0 comments on commit 470420a

Please sign in to comment.