mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(ci): update github action versions (#2439)
* chore(ci): update github action versions * chore(ci): update pnpm, gh-action and node versions * fix(ci): specify exact version in gh-action * chore(changeset): remove changeset * chore(root): update pnpm version * chore(root): update node version --------- Co-authored-by: աӄա <wingkwong.code@gmail.com>
This commit is contained in:
parent
f0eb7a6113
commit
f4d16e1e8f
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -105,6 +105,6 @@ body:
|
||||
- "Safari"
|
||||
- "Edge"
|
||||
- "Opera"
|
||||
- "Other (add additonal context)"
|
||||
- "Other (add additional context)"
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
|
||||
@ -196,7 +196,7 @@ pnpm build
|
||||
npm run build
|
||||
```
|
||||
|
||||
> Note: ensure your version of Node is 16 or higher to run scripts
|
||||
> Note: ensure that you have at least Node.js 20.16.0 as well as pnpm 9.6.0 or higher installed on your machine to run the scripts
|
||||
|
||||
6. Send your pull request:
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.x",
|
||||
"node": ">=20.x",
|
||||
"pnpm": ">=9.x"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user