Skip to content

Commit

Permalink
Merge pull request #542 from ertush/hotfix
Browse files Browse the repository at this point in the history
Modified line 55 of ci.yml
  • Loading branch information
ertush authored Nov 18, 2024
2 parents 662d089 + 30158f8 commit 4427006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: process.cwd()
- run: node -e "console.log(process.cwd())"
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build
Expand Down

0 comments on commit 4427006

Please sign in to comment.