Skip to content

Commit

Permalink
fix: node + modules
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 20, 2023
1 parent b53d0a7 commit 63fc33e
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 678 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: 12
node-version: 14.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: 12
node-version: 14.x
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
Expand Down
Loading

0 comments on commit 63fc33e

Please sign in to comment.