Skip to content

build(dev): bump got from 14.4.2 to 14.4.3 #667

build(dev): bump got from 14.4.2 to 14.4.3

build(dev): bump got from 14.4.2 to 14.4.3 #667

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