Migrate CI/CD from GitHub Actions to Forgejo Actions #1
1 changed files with 0 additions and 18 deletions
|
|
@ -35,12 +35,6 @@ jobs:
|
|||
- name: ⬇️ Checkout repo
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: ⎔ Setup node
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
|
||||
- name: 📥 Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
|
@ -58,12 +52,6 @@ jobs:
|
|||
- name: ⬇️ Checkout repo
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: ⎔ Setup node
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
|
||||
- name: 📥 Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
|
@ -78,12 +66,6 @@ jobs:
|
|||
- name: ⬇️ Checkout repo
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: ⎔ Setup node
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
|
||||
- name: 📥 Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue