Skip to content

Commit ea7a474

Browse files
chore: update dependencies and project metadata
- Updated pnpm version from 9 to 10 in GitHub Actions workflow. - Updated Node.js version from 20 to 22 in GitHub Actions workflow. - Changed project name from create
1 parent 6dcbc61 commit ea7a474

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/prepare/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ runs:
77
- name: Install pnpm
88
uses: pnpm/action-setup@v4
99
with:
10-
version: 9
10+
version: 10
1111
- name: Use Node.js
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: '20'
14+
node-version: '22'
1515
cache: 'pnpm'
1616
- name: Install dependencies
1717
run: pnpm install

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "create-react-app-vite",
3-
"version": "0.4.0",
2+
"name": "create-react-app",
3+
"version": "0.0.1",
44
"license": "MIT",
55
"type": "module",
66
"msw": {

0 commit comments

Comments
 (0)