Skip to content

Commit 739cc18

Browse files
committed
chore: fix conflicting dev deps
1 parent 276eb94 commit 739cc18

File tree

3 files changed

+877
-994
lines changed

3 files changed

+877
-994
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: '14'
17+
node-version: '16.13.0'
1818
- name: Restore npm packages
19-
run: npm install
19+
run: npm ci
2020
- name: Install Angular
2121
run: npm install -g @angular/cli
2222
- name: Build package
2323
run: npm run build:lib
2424
- name: Publish if version has been updated
2525
if: github.ref == 'refs/heads/master'
2626
uses: pascalgn/npm-publish-action@1.3.9
27-
with:
27+
with:
2828
tag_name: "v%s"
2929
tag_message: "v%s"
3030
create_tag: "true"
3131
commit_pattern: "^chore\\(release\\): (\\S+)"
3232
workspace: "./@packaged/angular-star-rating"
3333
publish_command: "yarn"
3434
publish_args: "--non-interactive"
35-
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

0 commit comments

Comments
 (0)