We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a766f9b commit 2e3e0f5Copy full SHA for 2e3e0f5
.github/workflows/canary.yml
@@ -28,10 +28,10 @@ jobs:
28
with:
29
ref: ${{ env.HEAD_COMMIT }}
30
- name: Set up Node
31
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
32
33
# ember won't build under node 16, at least not with the versions of the ember build tools we use
34
- node-version: '14'
+ node-version: 14
35
- name: Install dependencies
36
run: yarn install --ignore-engines --frozen-lockfile
37
- name: Build packages
0 commit comments