Skip to content

Commit

Permalink
Update to yarn berry (v4.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed May 21, 2024
1 parent ca98704 commit 757d747
Show file tree
Hide file tree
Showing 3 changed files with 7,207 additions and 5,153 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
packageManager: yarn-pnpm

- name: Install production dependencies, check node engine compatibility
run: yarn install --production=true
- name: Enable Corepack
run: corepack enable

- name: Install development dependencies
run: yarn install --production=false --ignore-engines
- name: Yarn install
run: yarn install

- name: Build & Code analysis
run: yarn run lint
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"remark": "^15.0.1",
"remark-cli": "^12.0.0",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"ts-node": "^10.9.1",
Expand All @@ -136,5 +137,6 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/Borewit/music-metadata/issues"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 757d747

Please sign in to comment.