Skip to content

Commit

Permalink
[project] Update versions (#101)
Browse files Browse the repository at this point in the history
* chore: update versions

* chore: update readme

* chore: update node verison in CI

* chore: change files
  • Loading branch information
agritheory authored Apr 10, 2024
1 parent cb4ecf6 commit c1e1173
Show file tree
Hide file tree
Showing 66 changed files with 15,860 additions and 9,377 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node: [16.x]
node: [20.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

strategy:
matrix:
node: [16.x]
node: [20.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.1
20.11.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project has the following system dependencies:

- [`pnpm`](https://pnpm.io/) (using yarn or npm will break packages)
- [`rush`](https://rushjs.io/)
- `nvm` and `node v16`: `nvm install --lts && nvm use --lts`
- `nvm` and `node v20`: `nvm install 20 --lts && nvm use 20 --lts`

```bash
git clone stonecrop
Expand Down
Loading

0 comments on commit c1e1173

Please sign in to comment.