Skip to content

chore(deps): bump rollup from 2.75.7 to 2.79.2 in /code-examples/protect-page-login/react #5009

chore(deps): bump rollup from 2.75.7 to 2.79.2 in /code-examples/protect-page-login/react

chore(deps): bump rollup from 2.75.7 to 2.79.2 in /code-examples/protect-page-login/react #5009

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test-build:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
- run: npm install
- name: Test Build
run: npm run build