Skip to content

Bump firefox-debugadapter from 2.9.8 to 2.9.9 in /org.eclipse.wildwebdeveloper #1221

Bump firefox-debugadapter from 2.9.8 to 2.9.9 in /org.eclipse.wildwebdeveloper

Bump firefox-debugadapter from 2.9.8 to 2.9.9 in /org.eclipse.wildwebdeveloper #1221

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