Skip to content

dependabot: bump mdecoleman/pr-branch-name from 2.0.0 to 3.0.0 #126

dependabot: bump mdecoleman/pr-branch-name from 2.0.0 to 3.0.0

dependabot: bump mdecoleman/pr-branch-name from 2.0.0 to 3.0.0 #126

name: Back Test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn build