Skip to content

build(deps): bump postcss and @vue/cli-service in /frontend #104

build(deps): bump postcss and @vue/cli-service in /frontend

build(deps): bump postcss and @vue/cli-service in /frontend #104

Workflow file for this run

#
# Copyright (c) 2022 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#
name: check_pr
on: [pull_request]
jobs:
build_by_jdk_8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '8'
- uses: actions/setup-node@v3
with:
node-version: 16
- name: build Eclipse Jifa
run: |
bash gradlew buildJifa