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

Commit e8c0630

Browse files
change node.js version to 16
Signed-off-by: Ermeson Sampaio <ermeson.s.queiroz@gmail.com>
1 parent 8c76a40 commit e8c0630

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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)