Skip to content

Commit

Permalink
build: update node version (#866)
Browse files Browse the repository at this point in the history
* build(deps): require node >=v22.11.0

* chore(build): add .nvmrc
  • Loading branch information
theborakompanioni authored Oct 31, 2024
1 parent 66a100d commit 72d2c7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['v20.10.0']
node-version: ['v22.11.0']

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.11.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repository": "[email protected]:joinmarket-webui/jam.git",
"license": "MIT",
"engines": {
"node": ">=16.11.0",
"npm": ">=8.0.0"
"node": ">=22.11.0",
"npm": ">=10.9.0"
},
"homepage": ".",
"devDependencies": {
Expand Down

0 comments on commit 72d2c7d

Please sign in to comment.