Skip to content

build(deps): bump @babel/traverse from 7.22.10 to 7.23.2 #263

build(deps): bump @babel/traverse from 7.22.10 to 7.23.2

build(deps): bump @babel/traverse from 7.22.10 to 7.23.2 #263

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
name: Lint & Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v2-beta
with:
node-version: '18'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn percy exec -- ember test
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}