Skip to content

Commit

Permalink
chore: update changelog & ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Aug 10, 2022
1 parent 55a59c3 commit 11b5801
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Package
run: npm install
run: npm cache clean --force && npm install

- name: Build Packages
run: npm run build
Expand Down
Loading

0 comments on commit 11b5801

Please sign in to comment.