Skip to content

Build(deps-dev): Bump @embroider/core from 3.4.3 to 3.4.19 #3981

Build(deps-dev): Bump @embroider/core from 3.4.3 to 3.4.19

Build(deps-dev): Bump @embroider/core from 3.4.3 to 3.4.19 #3981

Workflow file for this run

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