Skip to content

Commit 1cf8f8a

Browse files
540 fix node version (#541)
* build(deps-dev): bump webpack from 5.75.0 to 5.76.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * chore: include node v20.0.0 in package.json Signed-off-by: Slavko Skular <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Slavko Skular <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 343382e commit 1cf8f8a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@
158158
},
159159
"types": "./dist/index.d.ts",
160160
"engines": {
161-
"node": ">=12 <20.0.0"
161+
"node": ">=12 <=20.0.0"
162162
}
163163
}

0 commit comments

Comments
 (0)