solve version conflict
This commit is contained in:
2
.github/workflows/changeset.yml
vendored
2
.github/workflows/changeset.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Pnpm setup
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.10
|
||||
version: 9
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
2
.github/workflows/clippy.yml
vendored
2
.github/workflows/clippy.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Pnpm setup
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.10
|
||||
version: 9
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build and publish
|
||||
n9ame: Build and publish
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Pnpm setup
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.10
|
||||
version: 9
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Pnpm setup
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.10
|
||||
version: 9
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
@@ -86,7 +86,6 @@
|
||||
"vite": "^5.2.11",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"engineStrict": false,
|
||||
"engines": {
|
||||
"pnpm": ">=9.x",
|
||||
"node": ">20.0.x <21.0.x"
|
||||
|
Reference in New Issue
Block a user