Skip to content

chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 #55

chore(deps): bump follow-redirects from 1.15.5 to 1.15.6

chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 #55

Workflow file for this run

name: Test potential merges
on:
pull_request:
branches: [main]
workflow_dispatch:
env:
HUSKY: 0
jobs:
build:
if: ${{ ! startsWith( github.action_repository, 'changeset-release' ) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: npm
- name: Cache
uses: actions/cache@v4
with:
path: |
/home/runner/work/packages/packages/.cache/eslint/
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json', '**/.eslintrc.cjs') }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test