diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 87790cf..e20d53e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,18 +10,15 @@ on: jobs: lint: name: Lint and Test - strategy: - matrix: - node-version: [22.x] steps: - name: Checkout Source Files uses: actions/checkout@v4 - - name: Use Node.js v${{ matrix.node-version }} + - name: Use Node.js v22 uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: 22 - name: Setup pnpm uses: pnpm/action-setup@v2