Skip to content

Commit

Permalink
ci: restore previous values for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-bak committed Nov 20, 2023
1 parent 16b483f commit bf65881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"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 bf65881

Please sign in to comment.