mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 06:46:15 +00:00
chore: add .nvmrc file for Node version management; update CI workflows to remove version specifications for pnpm and Node
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -17,13 +17,9 @@ jobs:
|
||||
|
||||
- name: Setup pnpm 🌟
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Setup Node 📦
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: latest
|
||||
|
||||
- name: Install dependencies 📦
|
||||
run: pnpm install
|
||||
|
||||
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -29,13 +29,9 @@ jobs:
|
||||
|
||||
- name: Setup pnpm 🌟
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Setup Node 📦
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: latest
|
||||
|
||||
- name: Install dependencies 📦
|
||||
run: pnpm install
|
||||
|
||||
Reference in New Issue
Block a user