We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bdaca commit f306f13Copy full SHA for f306f13
1 file changed
.github/workflows/github-pages.yaml
@@ -9,7 +9,9 @@ jobs:
9
steps:
10
- name: Checkout 🛎️
11
uses: actions/checkout@v2.3.1
12
-
+ - uses: actions/setup-node@v3
13
+ with:
14
+ node-version: 14
15
- name: Install and Build 🔧
16
run: |
17
npm install
0 commit comments