Skip to content

Commit

Permalink
Merge pull request #392 from SergioGlorias/pnpm
Browse files Browse the repository at this point in the history
update and pnpm in packageManager
  • Loading branch information
ornicar authored Nov 3, 2024
2 parents cc5c3e7 + b5c537a commit c797363
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- uses: pnpm/action-setup@v4
with:
version: 9.12.2
run_install: true
package_json_file: doc/package.json
- run: pnpm spectral
- run: pnpm lint
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.12.2
package_json_file: doc/package.json
run_install: true
- run: pnpm build
- run: pnpm bundle
Expand Down
1 change: 1 addition & 0 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "lichess-api-doc",
"private": true,
"license": "AGPL-3.0-or-later",
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"devDependencies": {
"@redocly/cli": "^1.25.7",
"@stoplight/spectral-cli": "^6.13.1",
Expand Down

0 comments on commit c797363

Please sign in to comment.