Skip to content

Commit 7e8fe35

Browse files
committed
chore(pkg): Actualiza dependencias
1 parent 26d16a0 commit 7e8fe35

File tree

7 files changed

+1631
-2599
lines changed

7 files changed

+1631
-2599
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [16, 18, 20]
11+
node-version: [18, 20]
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -22,7 +22,7 @@ jobs:
2222
uses: coverallsapp/github-action@master
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
25-
25+
2626
publish_next:
2727
runs-on: ubuntu-latest
2828
if: >
@@ -42,7 +42,7 @@ jobs:
4242
- run: npm publish --access public --tag next
4343
env:
4444
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
45-
45+
4646
publish_latest:
4747
runs-on: ubuntu-latest
4848
if: >

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default [{
2+
ignores: ['lib/__tests__/__fixtures__'],
3+
}];

0 commit comments

Comments
 (0)