Skip to content

chore(deps): update npm-dev #913

chore(deps): update npm-dev

chore(deps): update npm-dev #913

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/checkout@v4.1.4
with:
ref: ${{ github.event.pull_request.head.sha }}
- if: ${{ github.actor != 'dependabot[bot]' }}
uses: actions/checkout@v4.1.4
- uses: pnpm/action-setup@v3.0.0
- uses: actions/setup-node@v4.0.2
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: |
pnpm install --frozen-lockfile
- name: Lint
run: |
pnpm run lint