Skip to content

chore: bump @freaktechnik/eslint-config-node from 10.0.8 to 10.0.10 #545

chore: bump @freaktechnik/eslint-config-node from 10.0.8 to 10.0.10

chore: bump @freaktechnik/eslint-config-node from 10.0.8 to 10.0.10 #545

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
cache: 'npm'
- run: npm ci --no-audit
- run: npm test