Skip to content

Commit 4cc33c7

Browse files
committed
fix?: ci
1 parent 8a2aad9 commit 4cc33c7

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
lint:
10-
name: Lint
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@v4
@@ -47,7 +46,6 @@ jobs:
4746
echo "$output"
4847
4948
bundle:
50-
name: Bundle
5149
runs-on: ubuntu-latest
5250
needs: lint
5351
strategy:
@@ -80,6 +78,8 @@ jobs:
8078
release: ${{ steps.script.outputs.release }}
8179
steps:
8280
- uses: actions/checkout@v4
81+
with:
82+
fetch-depth: 0
8383

8484
- uses: actions/download-artifact@v5
8585
with:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"cspell": "^9.3.2",
3737
"cspell-lib": "^9.3.2",
3838
"eslint": "^9.39.1",
39-
"pluralize": "^8.0.0"
39+
"pluralize": "^8.0.0",
40+
"semver": "^7.7.3"
4041
}
4142
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)