Skip to content

Commit

Permalink
fix(no-ref): update deps (#1353)
Browse files Browse the repository at this point in the history
* feat(no-ref): update deps

* feat(no-ref): update deps v1
  • Loading branch information
NepipenkoIgor committed Apr 15, 2024
1 parent a9f0be1 commit a58224e
Show file tree
Hide file tree
Showing 5 changed files with 17,956 additions and 16,150 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Install deps
run: |
npm install --package-lock-only --force
npm ci --force
git submodule update --init --recursive --remote
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Build library
run: |
npm install --package-lock-only --force
npm ci --force
git submodule update --init --recursive --remote
npm run build:lib
- name: Publish library
run: npm run publish:lib
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1 change: 1 addition & 0 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: 18
- name: Check quality
run: |
npm install --package-lock-only --force
npm ci --force
git submodule update --init --recursive --remote
bash .github/workflows/scripts/quality.sh
Expand Down
Loading

0 comments on commit a58224e

Please sign in to comment.