Skip to content

Commit 8470de0

Browse files
committed
Use node 14 for build and deploy
1 parent c238268 commit 8470de0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
steps:
1111
- name: Checkout 🛎️
1212
uses: actions/[email protected]
13-
13+
- name: Use Node 14
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: '14.x'
1417
- name: Install and Build
1518
run: |
1619
npm ci

0 commit comments

Comments
 (0)