Skip to content

Commit

Permalink
build(config): revert to old install
Browse files Browse the repository at this point in the history
PaleBluDot committed Sep 13, 2023
1 parent c7c3b6f commit 94590bb
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,11 @@ jobs:
node-version: ${{ matrix.node }}

- name: 📥 Download deps
run: npm ci
uses: bahmutov/npm-install@v1
with:
useLockFile: false
env:
HUSKY_SKIP_INSTALL: true

- name: 🏗 Build
run: npm run build --if-present
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -64,6 +64,8 @@ jobs:
id: semantic
with:
semantic_version: 18
dry_run: true
ci: false
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]

0 comments on commit 94590bb

Please sign in to comment.