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

Commit 5b8cf8c

Browse files
committed
use version of node compatible with netlify-cli in GHA build
1 parent c009b96 commit 5b8cf8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
17+
with:
18+
node-version: 16
1719
- uses: actions/cache@v2
1820
id: cache-deps
1921
with:

0 commit comments

Comments
 (0)