Skip to content

Commit

Permalink
chore(pkg): Actualiza dependencias
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed May 22, 2024
1 parent 26d16a0 commit 7e8fe35
Show file tree
Hide file tree
Showing 7 changed files with 1,631 additions and 2,599 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

38 changes: 0 additions & 38 deletions .eslintrc

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

publish_next:
runs-on: ubuntu-latest
if: >
Expand All @@ -42,7 +42,7 @@ jobs:
- run: npm publish --access public --tag next
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

publish_latest:
runs-on: ubuntu-latest
if: >
Expand Down
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default [{
ignores: ['lib/__tests__/__fixtures__'],
}];
Loading

0 comments on commit 7e8fe35

Please sign in to comment.