Skip to content

Run ember-cli-update to 6.4, pin ember-source to 5.12 #4064

Run ember-cli-update to 6.4, pin ember-source to 5.12

Run ember-cli-update to 6.4, pin ember-source to 5.12 #4064

Workflow file for this run

name: Ember
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- name: Ember Test
run: pnpm test:ember