Skip to content

Commit 468d973

Browse files
committed
test: removido bloqueio da pipe ao falhar testes
1 parent 4e14dae commit 468d973

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
- name: Setup NodeJS
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: "20.12.2"
17+
node-version: "20"
1818
cache: npm
19+
cache-dependency-path: package-lock.json
1920

2021
- name: Install Dependencies
2122
run: npm ci

0 commit comments

Comments
 (0)