Skip to content

Bump the npm_and_yarn group in /webapp with 2 updates #1217

Bump the npm_and_yarn group in /webapp with 2 updates

Bump the npm_and_yarn group in /webapp with 2 updates #1217

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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 ./...