Skip to content

build(deps-dev): bump @types/node from 20.14.1 to 22.7.6 #906

build(deps-dev): bump @types/node from 20.14.1 to 22.7.6

build(deps-dev): bump @types/node from 20.14.1 to 22.7.6 #906

Workflow file for this run

name: Lint code
on:
push:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
registry-url: "https://npm.pkg.github.com"
- name: Install
run: npm ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Lint
run: npm run lint