Skip to content

chore(deps): update npm #976

chore(deps): update npm

chore(deps): update npm #976

name: continuous-integration
on:
pull_request_target:
push:
branches:
- develop
- feature/**
env:
CI: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
FONTAWESOME_TOKEN: ${{ secrets.FONTAWESOME_TOKEN }}
jobs:
prepare:
runs-on: ubuntu-22.04
name: Prepare
steps:
- if: ${{ github.actor == 'dependabot[bot]' }}
uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
- if: ${{ github.actor != 'dependabot[bot]' }}
uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: |
pnpm install --frozen-lockfile
- name: Lint
run: |
pnpm run lint