Skip to content

Commit

Permalink
ci: enable pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 6, 2024
1 parent 59ffe1e commit 265f54d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playground deploy
name: deploy playground

on:
push:
Expand All @@ -12,6 +12,7 @@ jobs:
name: Deploy
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
Expand Down

0 comments on commit 265f54d

Please sign in to comment.