Skip to content

Bump @rsbuild/core from 2.0.11 to 2.0.14 in the rsbuild group #737

Bump @rsbuild/core from 2.0.11 to 2.0.14 in the rsbuild group

Bump @rsbuild/core from 2.0.11 to 2.0.14 in the rsbuild group #737

Workflow file for this run

on:
pull_request:
paths: [package-lock.json]
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run build