Skip to content

Bump @babel/preset-react from 7.23.3 to 7.24.6 in /webapp #1204

Bump @babel/preset-react from 7.23.3 to 7.24.6 in /webapp

Bump @babel/preset-react from 7.23.3 to 7.24.6 in /webapp #1204

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- 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 ./...