Skip to content

chore(deps-dev): bump rollup from 4.40.0 to 4.41.1 #81

chore(deps-dev): bump rollup from 4.40.0 to 4.41.1

chore(deps-dev): bump rollup from 4.40.0 to 4.41.1 #81

name: iso-filecoin-wallets
env:
CI: true
FORCE_COLOR: 1
on:
push:
branches:
- master
paths:
- 'packages/iso-filecoin-wallets/**'
- .github/workflows/iso-filecoin-wallets.yml
- pnpm-lock.yaml
pull_request:
paths:
- 'packages/iso-filecoin-wallets/**'
- .github/workflows/iso-filecoin-wallets.yml
- pnpm-lock.yaml
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- run: pnpm install
- run: pnpm -r --filter iso-filecoin-wallets run lint
- run: pnpm -r --filter iso-filecoin-wallets exec depcheck
- run: pnpm -r --filter iso-filecoin-wallets run test
id: tests
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}