Skip to content

Commit 79911b9

Browse files
committed
chore(release): use pnpm lockfile in pipeline
1 parent 9809c7e commit 79911b9

4 files changed

Lines changed: 2480 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
version: 9.12.3
6363

6464
- name: Install release tooling
65-
run: pnpm install --no-lockfile
65+
run: pnpm install --frozen-lockfile --prefer-offline
6666

6767
- name: Configure Git user
6868
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Network-ready Elytra racing minigame built on Paper with an ECS-driven architect
1818
## Getting Started
1919
1) Install JDK 21.
2020
2) Build: `./gradlew build`.
21-
3) (Releases) Install pnpm 9 and run `pnpm install` for release tooling.
21+
3) (Releases) Install pnpm 9 and run `pnpm install --frozen-lockfile` for release tooling.
2222

2323
## Release Flow (semantic-release)
2424
- Branches: `main`/`master`; prerelease channel `alpha` (branch `alpha`).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@semantic-release/git": "10.0.1",
2020
"@semantic-release/github": "9.0.2",
2121
"@semantic-release/release-notes-generator": "12.1.0",
22-
"@types/ini": "4.1.2",
22+
"@types/ini": "4.1.1",
2323
"semantic-release": "23.0.0",
2424
"ini": "4.1.1",
2525
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)