Skip to content

Commit

Permalink
fix: ctime & btime not return creation time of a file
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed Sep 15, 2023
1 parent eea09e3 commit 20f43dc
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20.6.x'
node-version: 18
cache: pnpm

- name: Run Script
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@
"prettier": "prettier --write . --ignore-unknown",
"script:run": "pnpm tsm ./script/index.ts"
},
"dependencies": {
"fast-glob": "3.3.1",
"git-date-extractor": "4.0.1"
},
"devDependencies": {
"@nodelib/fs.stat": "3.0.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/node": "20.6.0",
"fast-glob": "3.3.1",
"@types/node": "20.6.1",
"prettier": "3.0.3",
"prettier-plugin-pkgsort": "0.2.1",
"prettier-plugin-sort-json": "3.0.1",
"prettier-plugin-sort-json": "3.1.0",
"tslib": "2.6.2",
"tsm": "2.3.0",
"typescript": "5.2.2"
Expand Down
Loading

0 comments on commit 20f43dc

Please sign in to comment.