Skip to content

Bump postcss-preset-env from 10.1.6 to 10.3.0 #129

Bump postcss-preset-env from 10.1.6 to 10.3.0

Bump postcss-preset-env from 10.1.6 to 10.3.0 #129

Workflow file for this run

name: tests
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec bridgetown frontend:build
- run: bundle exec bridgetown build