This commit is contained in:
sadeghbarati 2024-04-23 10:43:21 +03:30
parent 68162cbb8f
commit 8a7f164fca

View File

@ -18,7 +18,6 @@ on:
# When a labeled '🚀request-deploy' pull request from forked repo, it will be deploy to Cloudflare Pages # When a labeled '🚀request-deploy' pull request from forked repo, it will be deploy to Cloudflare Pages
- labeled - labeled
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
# eslint-disable-next-line yml/no-empty-mapping-value
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@ -51,9 +50,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: pnpm/action-setup@v3.0.0
name: Install pnpm
# Run a build step here # Run a build step here
- name: Setup Node.js environment - name: Setup Node.js environment
uses: actions/setup-node@v4 uses: actions/setup-node@v4
@ -61,6 +57,9 @@ jobs:
node-version: 20 node-version: 20
cache: pnpm cache: pnpm
- uses: pnpm/action-setup@v3.0.0
name: Install pnpm
- name: Get pnpm store directory - name: Get pnpm store directory
shell: bash shell: bash
run: | run: |