Skip to content

Commit

Permalink
Update to Node.js 20.9.0 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Nov 7, 2023
1 parent c44ab4e commit 648d0b8
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.0
v20.9.0
106 changes: 81 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "nginxconfig.io",
"version": "1.0.0",
"description": "NGINX config generator on steroids",
"private": true,
"license": "MIT",
"private": true,
"engines": {
"node": "20.9.0"
},
"main": "src/nginxconfig/mount.js",
"type": "module",
"scripts": {
Expand All @@ -22,7 +25,7 @@
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",
"test:eslint:fix": "npm run test:eslint -- --fix",
"test:stylelint": "stylelint 'src/**/*.scss' --config node_modules/do-bulma/.stylelintrc.json",
"test:i18n-packs": "node --es-module-specifier-resolution=node src/nginxconfig/i18n/verify.js",
"test:i18n-packs": "node --import=extensionless/register src/nginxconfig/i18n/verify.js",
"test:prettier": "prettier 'src/**/*.{js,vue}' --check",
"test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'",
"prepare": "husky install"
Expand Down Expand Up @@ -77,6 +80,7 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.16.1",
"esm": "^3.2.25",
"extensionless": "^1.7.3",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
Expand All @@ -95,7 +99,8 @@
},
"overrides": {
"@vue/cli-service": {
"mini-css-extract-plugin": "^1.6.2"
"mini-css-extract-plugin": "^1.6.2",
"@achrinza/node-ipc": "^10.1.10"
},
"pretty-checkbox-vue": {
"vue": "^3.0.0"
Expand Down

1 comment on commit 648d0b8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been deployed to DigitalOcean Spaces for easy reviewing.

nginxconfig (Build Analysis Report)

Please sign in to comment.