Skip to content

Commit

Permalink
Merge pull request #16 from TheSoftwareHouse/feature/ZN-515-npm-publish
Browse files Browse the repository at this point in the history
Feature/zn 515 npm publish
  • Loading branch information
przemyslaw-bak authored Nov 21, 2023
2 parents 4147252 + 708076e commit 33a0169
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
runs-on: ubuntu-latest
environment: staging
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/checkout@v2
- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@tsh/frontend-components",
"name": "@tshio/frontend-components",
"author": "The Software House",
"license": "ISC",
"description": "TSH Frontend Components",
"private": false,
"private": true,
"version": "1.0.0",
"type": "module",
"publishConfig": { "access": "public" },
Expand Down

0 comments on commit 33a0169

Please sign in to comment.