Skip to content

Upgrade @ember/render-modifiers #71

Upgrade @ember/render-modifiers

Upgrade @ember/render-modifiers #71

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Workaround for npm v7 bug. Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
- run: npm ci
- run: npm run build
- run: npm test
- uses: cypress-io/github-action@v6
with:
start: npm start