Skip to content

Bump autoprefixer from 10.4.16 to 10.4.17 #1311

Bump autoprefixer from 10.4.16 to 10.4.17

Bump autoprefixer from 10.4.16 to 10.4.17 #1311

Workflow file for this run

name: Gradle Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- run: ./gradlew build --no-daemon