Skip to content

Bump eslint-plugin-package-json from 0.18.0 to 0.19.0 #120

Bump eslint-plugin-package-json from 0.18.0 to 0.19.0

Bump eslint-plugin-package-json from 0.18.0 to 0.19.0 #120

Workflow file for this run

name: "ESBuild Testing"
on: [pull_request]
jobs:
esbuild:
name: Run esbuild
runs-on: ubuntu-latest
steps:
- name: "Use Node.js v20.x (latest)"
uses: actions/setup-node@v4
with:
node-version: "20.x"
check-latest: true
- name: Checkout code
uses: actions/checkout@v4
- name: Install Dependencies
run: npm prune
- name: Run ESBuild
run: npm run test:minify
continue-on-error: false