chore(fire-tools): upgrade stamp to v1.14.0
- Bump fire_tools_version from 1.13.2 to 1.14.0 - Upgrade pnpm/action-setup@v4 to @v6 in composite setup action
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"fire_tools_version": "1.13.2",
|
"fire_tools_version": "1.14.0",
|
||||||
"initialized_at": "2026-04-24T00:00:00Z",
|
"initialized_at": "2026-04-24T00:00:00Z",
|
||||||
"profile": "other",
|
"profile": "other",
|
||||||
"features": [
|
"features": [
|
||||||
|
|||||||
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@@ -4,7 +4,7 @@ description: Configure pnpm and Node.js 24 with caching, then install dependenci
|
|||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v6
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user