Skip to content

Commit

Permalink
Fix: corrigindo arquivo de workflow com node 20 para o github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheuscara committed Apr 2, 2024
1 parent 9910a62 commit e678d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v2
# Passando argumentos para a action
with:
node-version: '16.x' # Altere para a versão do Node.js que seu projeto utiliza
node-version: '20.x' # Altere para a versão do Node.js que seu projeto utiliza
# Rodando a action manualmente
- name: run install, build and test
# Rodando os comandos npm install, npm run build e npm run test
Expand Down

0 comments on commit e678d8e

Please sign in to comment.