Skip to content

chore(deps): bump awesome-lint from 1.1.0 to 1.2.0 #350

chore(deps): bump awesome-lint from 1.1.0 to 1.2.0

chore(deps): bump awesome-lint from 1.1.0 to 1.2.0 #350

Workflow file for this run

name: tests
on: push
jobs:
test:
name: awesome-lint
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- uses: actions/[email protected]
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm version
- run: npm install
- run: npm run ci