Skip to content

Commit ee50901

Browse files
committed
Use corepack and update JS deps
1 parent 4efe22f commit ee50901

File tree

4 files changed

+766
-460
lines changed

4 files changed

+766
-460
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- run: corepack enable
1818
- uses: actions/setup-node@v4
1919
with:
20-
cache: pnpm
20+
cache: npm
2121
- run: |
2222
pnpm install --frozen-lockfile
23-
echo "$(pwd)/node_modules/.bin" >> $GITHUB_PATH
23+
echo "$(pwd)/node_modules/.bin" >> "$GITHUB_PATH"
2424
- run: pnpm exec prettier --check .
2525
- uses: tree-sitter/parser-test-action@v2
2626
with:

0 commit comments

Comments
 (0)