Skip to content

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 #224

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 #224

Workflow file for this run

name: Test
on:
pull_request:
types: [opened]
push:
branches:
- '**'
- '!main'
jobs:
test:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm install
- run: npm test