Skip to content

Commit

Permalink
MAINTENANCE
Browse files Browse the repository at this point in the history
* Fix CI (todo: automated release)
  • Loading branch information
tonysamperi committed Jul 14, 2024
1 parent 975d023 commit 53d88ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.11.0"
node-version: "20.11.1"
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Restore cache
uses: actions/cache@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i -g yarn
- run: yarn --check-files
- run: enable corepack
- run: yarn install
- run: npm run build
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"bump:minor": "gulp bump:minor",
"bump:major": "gulp bump:major",
"bump:beta": "gulp bump:beta",
"publish": "npm publish ./dist/ngx-mat-timepicker",
"publish:beta": "npm publish ./dist/ngx-mat-timepicker --tag beta",
"release": "npm publish ./dist/ngx-mat-timepicker",
"release:beta": "npm publish ./dist/ngx-mat-timepicker --tag beta",
"lint": "ng lint",
"e2e": "ng e2e"
},
Expand Down Expand Up @@ -92,4 +92,4 @@
"node": ">=14.20.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 53d88ad

Please sign in to comment.