Skip to content

Commit f306f13

Browse files
committed
node 14 gh pages
1 parent 38bdaca commit f306f13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/github-pages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
steps:
1010
- name: Checkout 🛎️
1111
uses: actions/checkout@v2.3.1
12-
12+
- uses: actions/setup-node@v3
13+
with:
14+
node-version: 14
1315
- name: Install and Build 🔧
1416
run: |
1517
npm install

0 commit comments

Comments
 (0)