WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps-dev): Bump webpack from 5.102.1 to 5.103.0 #1639

chore(deps-dev): Bump webpack from 5.102.1 to 5.103.0

chore(deps-dev): Bump webpack from 5.102.1 to 5.103.0 #1639

Workflow file for this run

name: Middleman build
on: [pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # 'bundle install' and cache
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build everything from scratch
run: bundle exec rake build
env:
NO_CONTRACTS: "true"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}