From d2b47a38b89a2456708c89dbdb8215232839bf91 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 14 Sep 2025 15:45:02 -0500 Subject: [PATCH] update ci --- .github/workflows/test.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6f0580e..a4630cba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,22 +8,15 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - haxe-version: [4.3.0] - node-version: ['14'] - python-version: ['3.x'] runs-on: ${{ matrix.os }} env: CI_OS_NAME: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - run: npm install vsce - - uses: kiss-lang/setup-lix@main + - run: npm install @vscode/vsce + - uses: https://k7izh9.gitea.cloud/kiss-lang/setup-lix@1.0.2 with: lix-version: 15.12.0 - run: lix download - run: ./test.sh - shell: bash - + shell: bash \ No newline at end of file