Skip to content

Commit d9bdfcd

Browse files
committed
fix: netlify deploy error
1 parent 5f3810d commit d9bdfcd

File tree

6 files changed

+260
-260
lines changed

6 files changed

+260
-260
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js environment
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
cache: pnpm
3333

3434
- name: Install Dependencies

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 ice breaker
3+
Copyright (c) 2025 ice breaker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish = "dist"
33
command = "pnpm run build"
44

55
[build.environment]
6-
NODE_VERSION = "20"
6+
NODE_VERSION = "22"
77

88
[[redirects]]
99
from = "/*"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"cross-env": "^7.0.3",
4949
"defu": "^6.1.4",
5050
"es-toolkit": "^1.32.0",
51-
"eslint": "^9.20.0",
51+
"eslint": "^9.20.1",
5252
"execa": "^9.5.2",
5353
"fs-extra": "^11.3.0",
5454
"husky": "^9.1.6",
5555
"lint-staged": "^15.4.3",
5656
"only-allow": "^1.2.1",
57-
"pathe": "^2.0.2",
57+
"pathe": "^2.0.3",
5858
"pkg-types": "^1.3.1",
5959
"rimraf": "^6.0.1",
6060
"tslib": "^2.8.0",

packages/monorepo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@icebreakers/monorepo",
33
"type": "module",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"description": "icebreaker's monorepo config generator",
66
"author": "ice breaker <1324318532@qq.com>",
77
"license": "MIT",
@@ -66,7 +66,7 @@
6666
"git-url-parse": "^16.0.0",
6767
"klaw": "^4.1.0",
6868
"p-queue": "^8.1.0",
69-
"pathe": "^2.0.2",
69+
"pathe": "^2.0.3",
7070
"picocolors": "^1.1.1",
7171
"simple-git": "^3.27.0"
7272
},

0 commit comments

Comments
 (0)