mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 04:09:34 +05:30
(ci/cd): switched to npm from pnpm
This commit is contained in:
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@@ -11,24 +11,19 @@ jobs:
|
|||||||
- name: 🚚 Checkout repository
|
- name: 🚚 Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 📦 Setup pnpm
|
|
||||||
uses: pnpm/action-setup@v4
|
|
||||||
with:
|
|
||||||
version: 10
|
|
||||||
|
|
||||||
- name: 📦 Setup node
|
- name: 📦 Setup node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
cache: 'pnpm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: 🛠️ Install dependencies
|
- name: 🛠️ Install dependencies
|
||||||
run: pnpm install
|
run: npm install
|
||||||
|
|
||||||
- name: 🤐 Zip extensions
|
- name: 🤐 Zip extensions
|
||||||
run: |
|
run: |
|
||||||
pnpm zip
|
npm run zip
|
||||||
pnpm zip:firefox
|
npm run zip:firefox
|
||||||
|
|
||||||
- name: ✨ Extract version number
|
- name: ✨ Extract version number
|
||||||
id: extract_version
|
id: extract_version
|
||||||
|
|||||||
Reference in New Issue
Block a user