Skip to content

Bump the npm_and_yarn group across 1 directory with 4 updates #687

Bump the npm_and_yarn group across 1 directory with 4 updates

Bump the npm_and_yarn group across 1 directory with 4 updates #687

Workflow file for this run

name: Dependencies Alignment
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v2
- name: Setup Environment
uses: prezly/setup-github-actions@v1
with:
node: ${{ matrix.node-version }}
pnpm: "8.4.0"
- name: Install dependencies
run: pnpm install --no-frozen-lockfile --strict-peer-dependencies --ignore-pnpmfile --prod