Skip to content

Commit

Permalink
fix(infra): Bump node version :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3h47 committed Oct 13, 2023
1 parent 7b92c51 commit 280c8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14 # ou a versão do Node.js que você está usando
node-version: 20

- name: Install Dependencies
run: yarn install
Expand Down

0 comments on commit 280c8e8

Please sign in to comment.