Skip to content

build(deps): bump @nx/nx-linux-x64-musl from 20.3.0 to 20.3.1 (#839) #2550

build(deps): bump @nx/nx-linux-x64-musl from 20.3.0 to 20.3.1 (#839)

build(deps): bump @nx/nx-linux-x64-musl from 20.3.0 to 20.3.1 (#839) #2550

name: Build + test (no download)
on:
push:
branches:
- main
pull_request:
branches: [main]
jobs:
pr-build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Harden Runner
if: matrix.os == 'ubuntu-latest'
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ matrix.node-version }}
- name: Set up JDK 17
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
java-version: '17'
distribution: 'temurin'
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
- run: bash ci/build-and-test-pr.sh
shell: bash
env:
CASE_publish: false
NODE_VERSION: ${{ matrix.node-version }}
FORCE_COLOR: true