Skip to content

Commit

Permalink
chore: add registry url in ci/cd (#18)
Browse files Browse the repository at this point in the history
* chore: direct NPM push without dependency, version and badges

* chore: add registry url in ci/cd
  • Loading branch information
steve-lebleu committed Jan 25, 2024
1 parent e9d753d commit c8a6620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
RUNNER: github
NODE_ENV: dev
steps:
- name: Cache dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -84,6 +87,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18.19.0'
registry-url: 'https://registry.npmjs.org'
- name: Install NPM dependencies
run: npm i typescript@5.3.3 -g && npm i
- name: Compile Typescript files with declarations
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cliam",
"version": "1.2.8",
"version": "1.2.9",
"engines": {
"node": ">=16.6.2",
"npm": ">=7.20.3"
Expand Down

0 comments on commit c8a6620

Please sign in to comment.