Skip to content

Bump @babel/preset-env from 7.23.5 to 7.23.6 in /template #97

Bump @babel/preset-env from 7.23.5 to 7.23.6 in /template

Bump @babel/preset-env from 7.23.5 to 7.23.6 in /template #97

Workflow file for this run

name: CI
defaults:
run:
working-directory: ./template
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: make ci-dependencies
- run: make check-all
- run: make ci-test