Skip to content

Commit

Permalink
chore: fix conflicting dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjov committed Oct 5, 2023
1 parent 276eb94 commit 739cc18
Show file tree
Hide file tree
Showing 3 changed files with 877 additions and 994 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16.13.0'
- name: Restore npm packages
run: npm install
run: npm ci
- name: Install Angular
run: npm install -g @angular/cli
- name: Build package
run: npm run build:lib
- name: Publish if version has been updated
if: github.ref == 'refs/heads/master'
uses: pascalgn/npm-publish-action@1.3.9
with:
with:
tag_name: "v%s"
tag_message: "v%s"
create_tag: "true"
commit_pattern: "^chore\\(release\\): (\\S+)"
workspace: "./@packaged/angular-star-rating"
publish_command: "yarn"
publish_args: "--non-interactive"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Loading

0 comments on commit 739cc18

Please # to comment.