Skip to content

Commit

Permalink
Require pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed May 10, 2024
1 parent 89bf312 commit bde82b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 2024-05-10

- Require pnpm >= 9.0, see [release notes](https://github.com/pnpm/pnpm/releases/tag/v9.0.0).
This also updates the lockfile to `lockfileVersion: 9.0`

## 2024-03-14

- Update to latest open pioneer trails packages
- Update to OpenLayers 9
- Update to latest open pioneer trails packages
- Update to OpenLayers 9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Quick start

Ensure that you have [Node](https://nodejs.org/en/) (Version 18 or later) and [pnpm](https://pnpm.io/) (Version 8.x) installed.
Ensure that you have [Node](https://nodejs.org/en/) (Version 18 or later) and [pnpm](https://pnpm.io/) (Version 9.x) installed.

Then execute the following commands to get started:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
},
"engines": {
"node": ">= 18",
"pnpm": "^8 || ^9"
"pnpm": "^9"
}
}

0 comments on commit bde82b1

Please sign in to comment.