Skip to content

Commit

Permalink
Merge pull request #15 from ermesonqueiroz/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies and Change Node.js version
  • Loading branch information
vitormattos committed Jul 5, 2024
2 parents 308d775 + e8c0630 commit 9938d50
Show file tree
Hide file tree
Showing 2 changed files with 4,000 additions and 2,392 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v2

- name: Setup node.js 🔨
uses: actions/setup-node@v4
with:
node-version: 16

- name: Install and Build 🔧
run: |
cd site
Expand Down
Loading

0 comments on commit 9938d50

Please sign in to comment.