Skip to content

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /code-examples/protect-page-login/vue #3637

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /code-examples/protect-page-login/vue

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /code-examples/protect-page-login/vue #3637

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@v2
- uses: actions/setup-node@v2
with:
node-version: "17.x"
cache: "npm"
- run: npm install
- name: Test Build
run: npm run build