Skip to content

Commit

Permalink
Atualiza versão do node
Browse files Browse the repository at this point in the history
Atualiza versão do nodejs para 18.
  • Loading branch information
tiagocamargo authored Nov 22, 2024
1 parent 518517f commit e6faf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e6faf42

Please sign in to comment.