Skip to content

Commit b47f35b

Browse files
committed
Prepare for newer Ceramic
1 parent 48e3a22 commit b47f35b

File tree

4 files changed

+1527
-295
lines changed

4 files changed

+1527
-295
lines changed

.github/workflows/deploy-api-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Checkout submodules
1818
run: git submodule update --init --recursive
1919
- name: Setup Node.js
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '10.16.3'
22+
node-version: 22
2323
- name: Install packages
2424
working-directory: .
2525
run: |
@@ -49,7 +49,7 @@ jobs:
4949
sudo ln -s $NEKOPATH/nekotools /usr/local/bin/nekotools
5050
sudo ln -s $NEKOPATH /usr/local/lib/neko
5151
sudo ln -s $NEKOPATH/libneko.so /usr/local/lib/libneko.so
52-
sudo ln -s $NEKOPATH/libneko.so.2.3.0 /usr/local/lib/libneko.so.2.3.0
52+
sudo ln -s $NEKOPATH/libneko.so.2.4.0 /usr/local/lib/libneko.so.2.4.0
5353
sudo ln -s $NEKOPATH/libneko.so.2 /usr/local/lib/libneko.so.2
5454
sudo ldconfig
5555
sudo ldconfig /usr/local/lib

.vscode/tasks.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"kind": "build",
1515
"isDefault": true
1616
},
17-
"label": "ceramic: active configuration"
17+
"label": "ceramic: active configuration",
18+
"runOptions": {
19+
"instanceLimit": 2
20+
}
1821
}
1922
]
2023
}

0 commit comments

Comments
 (0)