Skip to content

feat(vue): update Vue grammar #74

feat(vue): update Vue grammar

feat(vue): update Vue grammar #74

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [20, 18]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test