Skip to content

Bump @babel/cli from 7.23.9 to 7.24.5 in /webapp #1196

Bump @babel/cli from 7.23.9 to 7.24.5 in /webapp

Bump @babel/cli from 7.23.9 to 7.24.5 in /webapp #1196

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: 1.19
check-latest: true
cache: true
- name: Test
run: go test ./...