Skip to content

Commit

Permalink
Merge pull request #10 from QADRAX/feature/BasicComponent
Browse files Browse the repository at this point in the history
fix: publish on npmjs
  • Loading branch information
QADRAX authored Mar 2, 2023
2 parents ff1d218 + d70b5a6 commit 9ae8301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Restore node modules cache
uses: actions/cache@v2
Expand Down

0 comments on commit 9ae8301

Please sign in to comment.