Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,5 @@ on:
branches: [ main ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# cache: 'npm'
- run: npm install
- run: npm run build --if-present
# - run: npm test
call-ci:
uses: qntx/workflows/.github/workflows/node.js.yml@main
10 changes: 10 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Close Stale Issues and PRs

on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:

jobs:
close-stale:
uses: qntx/workflows/.github/workflows/stale.yml@main
2 changes: 1 addition & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* - **Copyright**: Copyright (c) 2025 Qntx
* - **Author**: ΣX <gitctrlx@gmail.com>
* - **Version**: 10
* - **Modified**: 2025-07-01T06:33:04.446195878Z[Etc/UTC]
* - **Modified**: 2025-07-01T10:17:23.784586823Z[Etc/UTC]
* - **Generator Version**: 7.14.0
*
* <details>
Expand Down
2 changes: 1 addition & 1 deletion base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* - **Copyright**: Copyright (c) 2025 Qntx
* - **Author**: ΣX <gitctrlx@gmail.com>
* - **Version**: 10
* - **Modified**: 2025-07-01T06:33:04.446195878Z[Etc/UTC]
* - **Modified**: 2025-07-01T10:17:23.784586823Z[Etc/UTC]
* - **Generator Version**: 7.14.0
*
* <details>
Expand Down
2 changes: 1 addition & 1 deletion common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* - **Copyright**: Copyright (c) 2025 Qntx
* - **Author**: ΣX <gitctrlx@gmail.com>
* - **Version**: 10
* - **Modified**: 2025-07-01T06:33:04.446195878Z[Etc/UTC]
* - **Modified**: 2025-07-01T10:17:23.784586823Z[Etc/UTC]
* - **Generator Version**: 7.14.0
*
* <details>
Expand Down
2 changes: 1 addition & 1 deletion configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* - **Copyright**: Copyright (c) 2025 Qntx
* - **Author**: ΣX <gitctrlx@gmail.com>
* - **Version**: 10
* - **Modified**: 2025-07-01T06:33:04.446195878Z[Etc/UTC]
* - **Modified**: 2025-07-01T10:17:23.784586823Z[Etc/UTC]
* - **Generator Version**: 7.14.0
*
* <details>
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* - **Copyright**: Copyright (c) 2025 Qntx
* - **Author**: ΣX <gitctrlx@gmail.com>
* - **Version**: 10
* - **Modified**: 2025-07-01T06:33:04.446195878Z[Etc/UTC]
* - **Modified**: 2025-07-01T10:17:23.784586823Z[Etc/UTC]
* - **Generator Version**: 7.14.0
*
* <details>
Expand Down