Skip to content

Allow using TypeScript version specified by project #1147

Allow using TypeScript version specified by project

Allow using TypeScript version specified by project #1147

Workflow file for this run

name: Windows PR CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Build with Maven
run: mvn -B clean verify