We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df36b0c commit 2dd4941Copy full SHA for 2dd4941
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v5
19
20
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
21
with:
22
node-version: 24.x
23
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Embed fcitx5-online
30
run: |
31
- wget https://github.com/fcitx-contrib/fcitx5-online/releases/download/latest/fcitx5-online.zip
+ wget https://github.com/fcitx/fcitx5-online/releases/download/latest/fcitx5-online.zip
32
unzip fcitx5-online.zip
33
mv fcitx5-online public/online
34
0 commit comments