Skip to content

Commit 762a16b

Browse files
authored
Merge branch 'main' into feature/cnpj-alphanumeric-support
2 parents 84dcac7 + cdd6c9d commit 762a16b

22 files changed

Lines changed: 21563 additions & 16016 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [10.x, 12.x, 14.x]
18+
node-version: [20.x, 22.x, 24.x]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
26+
- run: npm install
2627
- run: npm ci
2728
- run: npm test

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Por favor, fiquem à vontade para abrir issues ou iniciar discussions. Vamos con
1212

1313
---
1414

15+
![Logo do Brazilian Utils](https://github.com/brazilian-utils/brand/raw/main/github-hero/github-hero-js.png)
16+
1517
<div align="center">
16-
<h1>🇧🇷 Brazilian Utils</h1>
1718

1819
<p>Utils library for Brazilian-specific businesses.</p>
1920

0 commit comments

Comments
 (0)