Skip to content

Commit

Permalink
chore: atualiza ci e package json para funcionar com node 20 e 21
Browse files Browse the repository at this point in the history
  • Loading branch information
LorhanSohaky committed Feb 22, 2024
1 parent d57e510 commit a126f25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-tests.yml
Expand Up @@ -6,15 +6,19 @@ jobs:
e2e-tests:
name: Rodar testes E2E
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20', '21' ]

name: Node ${{ matrix.node }} sample
steps:
- name: Puxar o código do commit
uses: actions/checkout@v2

- name: Instalar o Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: ${{ matrix.node }}

- name: Cacheando dependencias
id: cache_dependencies
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Vamos transformar o Brasil em uma API?",
"engines": {
"npm": ">=8",
"node": ">=16 <17"
"node": ">=20 <22"
},
"dependencies": {
"adm-zip": "0.5.10",
Expand Down

0 comments on commit a126f25

Please sign in to comment.