Skip to content

Bump @typescript-eslint/eslint-plugin from 4.15.2 to 8.18.1 #581

Bump @typescript-eslint/eslint-plugin from 4.15.2 to 8.18.1

Bump @typescript-eslint/eslint-plugin from 4.15.2 to 8.18.1 #581

Workflow file for this run

name: Bygg branch eller PR
on:
pull_request:
push:
branches-ignore:
- master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
kompiler:
runs-on: ubuntu-latest
steps:
- name: Sjekk ut kode
uses: actions/[email protected]
- name: Cache node modules
uses: actions/[email protected]
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm install
- run: npm run jest
- run: npm run build