Skip to content

chore(deps): bump copy-files-from-to from 3.12.0 to 3.12.1 #2296

chore(deps): bump copy-files-from-to from 3.12.0 to 3.12.1

chore(deps): bump copy-files-from-to from 3.12.0 to 3.12.1 #2296

Workflow file for this run

name: Test
on:
pull_request:
push:
branches-ignore:
- release
jobs:
build:
name: Node.js CI
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: ['18', '20', '22', '23']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:lib
- run: npm test
- run: npm run build:pages