Skip to content

Commit

Permalink
Update to nodejs20
Browse files Browse the repository at this point in the history
  • Loading branch information
astroanu committed Apr 20, 2024
1 parent 2ff321a commit c63e390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vue/.node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.12.1
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"watch": "node_modules/.bin/webpack-dev-server",
"watch": "NODE_OPTIONS=--openssl-legacy-provider node_modules/.bin/webpack-dev-server",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
"prettier": "npx prettier --write ./js/**/*"
},
Expand Down

0 comments on commit c63e390

Please sign in to comment.