8000 chore: shorten code for better minification · gurgunday/ghtml@3dd270d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: shorten code for better minification #282

chore: shorten code for better minification

chore: shorten code for better minification #282

Workflow file for this run

name: npm-test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [^18, lts/*]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
0