Skip to content

Commit

Permalink
Merge pull request #21 from white-label-loyalty/docs/add-component-do…
Browse files Browse the repository at this point in the history
…cumentation

build: update node version to 20
  • Loading branch information
iamgraeme authored Nov 18, 2024
2 parents e8f7946 + 0f929a2 commit 6d4a904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist"
],
"engines": {
"node": ">=18"
"node": ">=20"
},
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
Expand Down Expand Up @@ -99,7 +99,7 @@
"webpack-dev-server": "^4.15.1"
},
"volta": {
"node": "18.20.4",
"node": "20.18.0",
"yarn": "1.22.22"
}
}

0 comments on commit 6d4a904

Please sign in to comment.