Skip to content

chore(deps): bump survey-vue from 1.7.23 to 1.9.100 #1298

chore(deps): bump survey-vue from 1.7.23 to 1.9.100

chore(deps): bump survey-vue from 1.7.23 to 1.9.100 #1298

Workflow file for this run

name: CI build
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run test:unit
- run: |
echo "::add-matcher::.github/workflows/cspell-problem-matcher.json"
npm run spellcheck:code
- run: |
echo "::add-matcher::.github/workflows/cspell-problem-matcher.json"
npm run spellcheck:questions