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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check & Test & Build
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: Pistonight/mono-dev/actions/setup@new_setup
- uses: Pistonight/mono-dev/actions/setup@main
with:
mono-dev: false
ecma-pnpm: true
Expand All @@ -26,13 +26,13 @@ jobs:
name: Build Docs
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: Pistonight/mono-dev/actions/setup@new_setup
- uses: Pistonight/mono-dev/actions/setup@main
with:
mono-dev: false
ecma-pnpm: true
- run: pnpm install
- run: task doc
- uses: actions/upload-pages-artifact@v4
- uses: actions/upload-pages-artifact@v5
with:
path: docs
retention-days: 3
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tasks:
- pnpm install
- task: ecma:config
upgrade:
- task: setup
- pnpm up mono-dev
- pnpm dedupe
- pnpm dedupe --check
- task: install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pistonite/pure",
"version": "0.29.3",
"version": "0.29.4",
"type": "module",
"description": "Pure TypeScript libraries for my projects",
"homepage": "https://github.com/Pistonite/pure",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"eslint": "^9",
"mono-dev": "github:pistonight/mono-dev#new_setup"
"mono-dev": "github:pistonight/mono-dev#main"
},
"dependencies": {
"denque": "^2.1.0"
Expand Down
Loading
Loading