Skip to content

build(dev): bump got from 14.4.3 to 14.4.4 #679

build(dev): bump got from 14.4.3 to 14.4.4

build(dev): bump got from 14.4.3 to 14.4.4 #679

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn run test