Skip to content

Bump fs-extra from 11.1.0 to 11.2.0 (#73) #179

Bump fs-extra from 11.1.0 to 11.2.0 (#73)

Bump fs-extra from 11.1.0 to 11.2.0 (#73) #179

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis (SonarCloud)
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: 16
- run: |
npm ci
npm run build
xvfb-run --auto-servernum npm test