Skip to content

🚨 [security] [js] Update vue 2.7.16 → 3.5.12 (major) #8217

🚨 [security] [js] Update vue 2.7.16 → 3.5.12 (major)

🚨 [security] [js] Update vue 2.7.16 → 3.5.12 (major) #8217

Workflow file for this run

name: Javascript testing
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install
run: yarn install
- name: Run yarn test
run: yarn test