mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 02:59:33 +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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 📦 Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: 📦 Setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
cache: 'npm'
|
||||
|
||||
- name: 🛠️ Install dependencies
|
||||
run: pnpm install
|
||||
run: npm install
|
||||
|
||||
- name: 🤐 Zip extensions
|
||||
run: |
|
||||
pnpm zip
|
||||
pnpm zip:firefox
|
||||
npm run zip
|
||||
npm run zip:firefox
|
||||
|
||||
- name: ✨ Extract version number
|
||||
id: extract_version
|
||||
|
||||
Reference in New Issue
Block a user