Skip to content

Commit

Permalink
Use corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Sep 8, 2024
1 parent dbeba30 commit 8d7ad47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Continuous Integration

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -9,14 +11,13 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.6.2
run_install: true
- uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: github/codeql-action/analyze@v3
- run: pnpm install
- run: pnpm run lint
- run: pnpm run check-format
- run: pnpm run dist
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
"bugs": {
"url": "https://github.com/lichess-org/chessground/issues"
},
"funding": "https://lichess.org/patron"
"funding": "https://lichess.org/patron",
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}

0 comments on commit 8d7ad47

Please sign in to comment.