Skip to content

Commit

Permalink
set version of nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Barrile committed Nov 6, 2024
1 parent 513c8ec commit c4b87dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16' # ou a versão necessária para o seu projeto
node-version: '22'

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Verificar se é mesmo essa versão de Node
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '22'

- name: Install dependencies
run: |
Expand Down

0 comments on commit c4b87dd

Please sign in to comment.