Skip to content

Commit

Permalink
chore: 🤖 bump node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 19, 2023
1 parent 15132de commit 89dca45
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ description: Install everything for the repo
inputs:
node-version:
description: Version of Node to use
default: 18.x
default: 20.x

pnpm-version:
description: Version of pnpm to use
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
- name: 📦 Install
uses: ./.github/actions/install
with:
node-version: 18
node-version: 20
pnpm-version: 8.3.1

- name: 🚨 Lint
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ degit jimmy-guzman/react-starter

## Getting Started

Make sure you're using [node 18](https://nodejs.dev/en/about/releases), I recommend using [fnm](https://github.com/Schniz/fnm) which will allow to simply run:
Make sure you're using [node 20](https://nodejs.dev/en/about/releases), I recommend using [fnm](https://github.com/Schniz/fnm) which will allow to simply run:

```
fnm use
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
},
"packageManager": "pnpm@8.3.1",
"engines": {
"node": "18",
"node": "20",
"pnpm": "8.3.1"
}
}

0 comments on commit 89dca45

Please sign in to comment.