Skip to content

getDefaultDirectives should do a deep copy #227

getDefaultDirectives should do a deep copy

getDefaultDirectives should do a deep copy #227

Workflow file for this run

name: Node.js CI
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- run: npm ci
- run: npm test
env:
CI: true