Skip to content

Bump ember-template-recast to ^6.1.4 #19

Bump ember-template-recast to ^6.1.4

Bump ember-template-recast to ^6.1.4 #19

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn test:integration
- run: yarn test:notelemetry