Skip to content

chore(deps): bump vue-template-compiler and @quasar/app in /editor #1279

chore(deps): bump vue-template-compiler and @quasar/app in /editor

chore(deps): bump vue-template-compiler and @quasar/app in /editor #1279

Workflow file for this run

name: Node CI
on:
push: {}
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Build
run: |
npm install
npm run build:site
node build.js --env dev
env:
CI: true