Skip to content

Bump style-loader from 3.3.3 to 3.3.4 #106

Bump style-loader from 3.3.3 to 3.3.4

Bump style-loader from 3.3.3 to 3.3.4 #106

Workflow file for this run

name: "Test"
on: push
jobs:
build:
name: Build using node ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm install
- run: pnpm run build