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:
Robin 2024-09-08 11:42:37 +02:00 committed by GitHub
parent f0eb7a6113
commit f4d16e1e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -105,6 +105,6 @@ body:
- "Safari" - "Safari"
- "Edge" - "Edge"
- "Opera" - "Opera"
- "Other (add additonal context)" - "Other (add additional context)"
validations: validations:
required: true required: true

View File

@ -196,7 +196,7 @@ pnpm build
npm run 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: 6. Send your pull request:

View File

@ -147,7 +147,7 @@
} }
}, },
"engines": { "engines": {
"node": ">=16.x", "node": ">=20.x",
"pnpm": ">=9.x" "pnpm": ">=9.x"
}, },
"packageManager": "pnpm@9.6.0" "packageManager": "pnpm@9.6.0"