mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
fix: remove pure lockfile flag from yarn installs
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '16.x'
|
||||
- run: yarn install --pure-lockfile
|
||||
- run: yarn install
|
||||
- run: yarn test
|
||||
|
||||
publish-aws-ecr:
|
||||
|
||||
Reference in New Issue
Block a user