Skip to content

Update Embedded Node.js Runtime to v.18.18.0 LTS #1223

Update Embedded Node.js Runtime to v.18.18.0 LTS

Update Embedded Node.js Runtime to v.18.18.0 LTS #1223

Workflow file for this run

name: Windows PR CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
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: '18'
- name: Build with Maven
run: mvn -B clean verify