Skip to content

Bump actions/labeler from 4 to 5 #10

Bump actions/labeler from 4 to 5

Bump actions/labeler from 4 to 5 #10

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install NodeJS
run: sudo apt install -y nodejs
- name: Install dependencies (cross-env)
run: npm install cross-env --legacy-peer-deps
- name: NodeJS Magic
run: |
npm fund
npm audit fix --force
npm run build
- name: Run tests
run: npm test