Skip to content

build(deps-dev): bump @types/node from 18.15.11 to 20.11.5 #1170

build(deps-dev): bump @types/node from 18.15.11 to 20.11.5

build(deps-dev): bump @types/node from 18.15.11 to 20.11.5 #1170

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