Skip to content

Commit abd939a

Browse files
committed
use node 14 for building
1 parent dd0360e commit abd939a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
- name: Set up Node
8080
uses: actions/setup-node@v1
8181
with:
82-
node-version: ${{ env.DEFAULT_NODE_VERSION }}
82+
# ember won't build under node 16, at least not with the versions of the ember build tools we use
83+
node-version: '14'
8384
- name: Check dependency cache
8485
uses: actions/cache@v2
8586
with:

0 commit comments

Comments
 (0)