XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

ci: remove node.js version matrix (#1519)

We only check if the TypeScript successfully compiles & lints, which isn't really dependent on Node.js version. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1519 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

005350bd
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -5
Modified .github/workflows/build.yml +0 -5
@@ -5,16 +5,11 @@ on:
5 5 jobs:
6 6 build:
7 7 runs-on: ubuntu-latest
8 strategy:
9 matrix:
10 version: [18, 20, 22]
11 8 steps:
12 9 - name: Checkout
13 10 uses: actions/checkout@v4.1.2
14 11 - name: Setup Node.js environment
15 12 uses: actions/setup-node@v4.0.2
16 with:
17 node-version: ${{ matrix.version }}
18 13 - run: npm ci
19 14 - run: cp config.json.example config.json
20 15 - run: npm run verify