Skip to content

Merge pull request #295 from Cordobo/dependabot/npm_and_yarn/qs-6.14.1 #134

Merge pull request #295 from Cordobo/dependabot/npm_and_yarn/qs-6.14.1

Merge pull request #295 from Cordobo/dependabot/npm_and_yarn/qs-6.14.1 #134

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Build library
run: npm run ci:build:lib