diff --git a/.gitea/workflows/android-build.yml b/.gitea/workflows/android-build.yml index 84185c6..a9f0d11 100644 --- a/.gitea/workflows/android-build.yml +++ b/.gitea/workflows/android-build.yml @@ -44,7 +44,7 @@ jobs: - name: Install NodeJS uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22 + node-version: 24 - name: Install Python uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 @@ -57,7 +57,7 @@ jobs: - name: Install pnpm uses: https://git.quad4.io/actions/setup-pnpm@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 with: - version: 10.27.0 + version: 10.30.0 - name: Install system dependencies run: | diff --git a/.gitea/workflows/arch-package.yml b/.gitea/workflows/arch-package.yml deleted file mode 100644 index dc27b67..0000000 --- a/.gitea/workflows/arch-package.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Arch Linux Package - -on: - push: - tags: - - "*" - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - with: - fetch-depth: 0 - - - name: Build Arch Package - run: | - docker build --no-cache -t arch-builder -f Dockerfile.arch-builder . - docker run --rm -v ${{ github.workspace }}/packaging/arch:/home/build/project arch-builder - - - name: Upload Artifact - uses: https://git.quad4.io/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1 - with: - name: arch-package - path: packaging/arch/*.pkg.tar.zst diff --git a/.gitea/workflows/bench.yml b/.gitea/workflows/bench.yml index 5a54026..76f8bbb 100644 --- a/.gitea/workflows/bench.yml +++ b/.gitea/workflows/bench.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Setup Python diff --git a/.gitea/workflows/build-test.yml b/.gitea/workflows/build-test.yml index 5e9a599..3922757 100644 --- a/.gitea/workflows/build-test.yml +++ b/.gitea/workflows/build-test.yml @@ -21,7 +21,7 @@ jobs: - name: Install NodeJS uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22 + node-version: 24 - name: Install Python uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 @@ -34,7 +34,7 @@ jobs: - name: Install pnpm uses: https://git.quad4.io/actions/setup-pnpm@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 with: - version: 10.27.0 + version: 10.30.0 - name: Install system dependencies run: | diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a94ca62..dc7f4d0 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - name: Install NodeJS uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22 + node-version: 24 - name: Install Python uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 @@ -74,7 +74,7 @@ jobs: - name: Install pnpm uses: https://git.quad4.io/actions/setup-pnpm@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 with: - version: 10.27.0 + version: 10.30.0 - name: Install system dependencies run: | diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4cd6cf8..1ebc1d7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Setup Python uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 @@ -45,7 +45,7 @@ jobs: - name: Setup Node.js uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Setup Task uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1 @@ -91,7 +91,7 @@ jobs: - name: Setup Node.js uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Setup Python uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 013e514..4a618f8 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Setup Python