Skip to content

build(deps): bump sharp and @capacitor/assets #1076

build(deps): bump sharp and @capacitor/assets

build(deps): bump sharp and @capacitor/assets #1076

Workflow file for this run

name: Linter
on: push
jobs:
linter:
name: 🧹 Linter
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- name: πŸ“₯ Checkout
uses: actions/checkout@v2
- name: πŸ“¦ Install Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
cache: npm
- name: πŸ“¦ Install dependencies
run: npm ci --audit=false
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🧹 Linter
run: npm run lint