Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 9938d50

Browse files
authored
Merge pull request #15 from ermesonqueiroz/upgrade-dependencies
Upgrade dependencies and Change Node.js version
2 parents 308d775 + e8c0630 commit 9938d50

File tree

2 files changed

+4000
-2392
lines changed

2 files changed

+4000
-2392
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- name: Checkout 🛎️
1111
uses: actions/checkout@v2
1212

13+
- name: Setup node.js 🔨
14+
uses: actions/setup-node@v4
15+
with:
16+
node-version: 16
17+
1318
- name: Install and Build 🔧
1419
run: |
1520
cd site

0 commit comments

Comments
 (0)