Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Bump com.github.node-gradle.node from 7.0.2 to 7.1.0 #189

Bump com.github.node-gradle.node from 7.0.2 to 7.1.0

Bump com.github.node-gradle.node from 7.0.2 to 7.1.0 #189

Workflow file for this run

name: Run Checks
on: [push,pull_request,workflow_call]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Check with Gradle
run: ./gradlew check --continue