We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06edc15 commit fbc48a4Copy full SHA for fbc48a4
.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
16
fetch-depth: 0
17
18
- name: Install Bun
19
- uses: oven-sh/setup-bun@v2
+ uses: oven-sh/setup-bun@v2.0.2
20
21
- name: Use cached node_modules
22
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
23
with:
24
path: node_modules
25
key: node-modules-${{ hashFiles('**/bun.lock') }}
package.json
@@ -57,7 +57,7 @@
57
"devDependencies": {
58
"@stacksjs/bumpx": "^0.1.84",
59
"@stacksjs/docs": "^0.70.23",
60
- "@stacksjs/eslint-config": "^4.10.2-beta.3",
+ "@stacksjs/eslint-config": "^4.14.0-beta.3",
61
"@stacksjs/gitlint": "^0.1.5",
62
"@stacksjs/logsmith": "^0.1.18",
63
"@types/bun": "^1.2.23",
0 commit comments