Skip to content

Bump typescript from 5.1.6 to 5.2.2 #264

Bump typescript from 5.1.6 to 5.2.2

Bump typescript from 5.1.6 to 5.2.2 #264

Workflow file for this run

name: Run Plugin Tests
on:
pull_request:
branches: ["main"]
workflow_dispatch:
# manually triggered
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- name: Run tests
run: npm ci && npm test
# build plugin to check if it can still be built
- name: Verify plugin build
run: npm run build