Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 2a78098

Browse files
authored
Merge pull request #207 from MelanX/curseforge-service
Add curseforge service and sample bundle
2 parents 6ca2f9e + 39d73df commit 2a78098

File tree

11 files changed

+1205
-9
lines changed

11 files changed

+1205
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- uses: actions/setup-node@v1
9+
- uses: actions/setup-node@v2
10+
with:
11+
node-version: "15"
1012

1113
- name: Install system dependencies
12-
run: sudo apt-get -y install libasound2-dev
14+
run: sudo apt-get -y install libusb-1.0-0-dev libasound2-dev libudev-dev
1315

1416
- name: Install nodejs dependencies
1517
run: npm ci && npm run bootstrap

.github/workflows/lint.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- uses: actions/setup-node@v1
9+
10+
- uses: actions/setup-node@v2
11+
with:
12+
node-version: "15"
13+
1014
- name: Install nodejs dependencies
1115
run: npm i
1216
- name: Run ESLint

0 commit comments

Comments
 (0)