Skip to content

Commit

Permalink
removed lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 20, 2023
1 parent dc6dcd4 commit 80e5ebe
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2,820 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature&bugfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
Expand Down
Loading

0 comments on commit 80e5ebe

Please sign in to comment.