Skip to content

Commit

Permalink
chore: Adicionar nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
o-igor-trentini committed Feb 20, 2024
1 parent 9537d91 commit d5d1653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
run: npm run build

- name: Deploy
run: npm run deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.18.2

0 comments on commit d5d1653

Please sign in to comment.