Skip to content

Commit

Permalink
build: set pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihky committed Nov 8, 2024
1 parent 3410ce8 commit bf8511d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy Documentation site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['master']
paths: ['docs/**']
branches: ["master"]
paths: ["docs/**"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -17,7 +17,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: 'pages'
group: "pages"
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -51,10 +51,12 @@ jobs:
fi
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.0.6+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: "22"
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit bf8511d

Please sign in to comment.