Open
Description
My Action Step is
`
uses: pnpm/action-setup@v2.2.1
with:
version: 6.x
run_install: true
`
I am getting below error when running this action
Error in CI: ERR_PNPM_FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE Cannot perform a frozen installation because the lockfile needs updates
and when try to fix my lockfile locally with command npm i --fix-lockfile
i get following error:
`
npm i --fix-lockfile
npm ERR! Cannot read properties of null (reading 'matches')
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/un/.npm/_logs/2022-05-01T10_32_11_056Z-debug-0.log
`
Metadata
Metadata
Assignees
Labels
No labels