Skip to content

Commit

Permalink
feat!: Update to Node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed Nov 11, 2024
1 parent e6d7144 commit d82a13a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [ 18.x, 20.x, 22.x ]
node-version: [ 20.x, 22.x ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ As few dependencies as possible are used, and new dependencies should be install

### Prerequisites

You should have [Node.JS and NPM](https://nodejs.org/en/download/) installed on your computer. Node.js v20 is recommended, but v18 and v22 are also supported. If you have [nvm](https://github.com/nvm-sh/nvm) installed, you can switch to the correct Node.js version by running:
You should have [Node.JS and NPM](https://nodejs.org/en/download/) installed on your computer. Node.js v22 is recommended, but v20 is also supported. If you have [nvm](https://github.com/nvm-sh/nvm) installed, you can switch to the correct Node.js version by running:

```shell
nvm use
Expand Down

0 comments on commit d82a13a

Please sign in to comment.