Skip to content

Bump @babel/plugin-transform-runtime from 7.23.7 to 7.25.9 #210

Bump @babel/plugin-transform-runtime from 7.23.7 to 7.25.9

Bump @babel/plugin-transform-runtime from 7.23.7 to 7.25.9 #210

Workflow file for this run

name: smoke
on:
workflow_call:
push:
branches: [ planted ]
pull_request:
branches: [ planted ]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
- uses: actions/setup-node@v4
with:
node-version: 18.13.0
- uses: actions/cache@v4.2.0
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-
- run: make install
- run: make go
- run: make ui
- run: |
make start-dev &
make smoke