Skip to content

Commit 2e3e0f5

Browse files
author
Luca Forstner
committed
Update workflow
1 parent a766f9b commit 2e3e0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
ref: ${{ env.HEAD_COMMIT }}
3030
- name: Set up Node
31-
uses: actions/setup-node@v1
31+
uses: actions/setup-node@v3
3232
with:
3333
# ember won't build under node 16, at least not with the versions of the ember build tools we use
34-
node-version: '14'
34+
node-version: 14
3535
- name: Install dependencies
3636
run: yarn install --ignore-engines --frozen-lockfile
3737
- name: Build packages

0 commit comments

Comments
 (0)