Skip to content

Bump @metalsmith/collections from 1.3.0 to 1.3.1 in the dev-dependencies group #218

Bump @metalsmith/collections from 1.3.0 to 1.3.1 in the dev-dependencies group

Bump @metalsmith/collections from 1.3.0 to 1.3.1 in the dev-dependencies group #218

Workflow file for this run

name: build
on: [pull_request]
jobs:
npm-run-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Read .nvmrc
id: nvmrc
shell: bash
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- uses: actions/setup-node@v4
with:
node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }}
- run: npm ci
- run: npm run build
env:
CI: true