Skip to content

Bump typescript from 4.9.4 to 5.6.2 (#80) #186

Bump typescript from 4.9.4 to 5.6.2 (#80)

Bump typescript from 4.9.4 to 5.6.2 (#80) #186

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis (SonarCloud)
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: 16
- run: |
npm ci
npm run build
xvfb-run --auto-servernum npm test