Skip to content

Commit 129ddac

Browse files
committed
chore: specify PNPM as the package manager in package.json
1 parent 722fc1a commit 129ddac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: pnpm/action-setup@v3
14-
with:
15-
version: 8
13+
- uses: pnpm/action-setup@v4
1614

1715
- name: Install and build
1816
run: |

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "worldgen",
33
"version": "1.0.0",
44
"type": "module",
5+
"packageManager": "[email protected]",
56
"scripts": {
67
"dev": "vite",
78
"build": "tsc && vite build",

0 commit comments

Comments
 (0)