Skip to content

Commit 648d0b8

Browse files
authored
Update to Node.js 20.9.0 (#453)
1 parent c44ab4e commit 648d0b8

File tree

3 files changed

+90
-29
lines changed

3 files changed

+90
-29
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.17.0
1+
v20.9.0

package-lock.json

Lines changed: 81 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "nginxconfig.io",
33
"version": "1.0.0",
44
"description": "NGINX config generator on steroids",
5-
"private": true,
65
"license": "MIT",
6+
"private": true,
7+
"engines": {
8+
"node": "20.9.0"
9+
},
710
"main": "src/nginxconfig/mount.js",
811
"type": "module",
912
"scripts": {
@@ -22,7 +25,7 @@
2225
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",
2326
"test:eslint:fix": "npm run test:eslint -- --fix",
2427
"test:stylelint": "stylelint 'src/**/*.scss' --config node_modules/do-bulma/.stylelintrc.json",
25-
"test:i18n-packs": "node --es-module-specifier-resolution=node src/nginxconfig/i18n/verify.js",
28+
"test:i18n-packs": "node --import=extensionless/register src/nginxconfig/i18n/verify.js",
2629
"test:prettier": "prettier 'src/**/*.{js,vue}' --check",
2730
"test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'",
2831
"prepare": "husky install"
@@ -77,6 +80,7 @@
7780
"eslint-plugin-prettier": "^5.0.1",
7881
"eslint-plugin-vue": "^9.16.1",
7982
"esm": "^3.2.25",
83+
"extensionless": "^1.7.3",
8084
"husky": "^8.0.3",
8185
"jest": "^29.6.2",
8286
"jest-environment-jsdom": "^29.6.2",
@@ -95,7 +99,8 @@
9599
},
96100
"overrides": {
97101
"@vue/cli-service": {
98-
"mini-css-extract-plugin": "^1.6.2"
102+
"mini-css-extract-plugin": "^1.6.2",
103+
"@achrinza/node-ipc": "^10.1.10"
99104
},
100105
"pretty-checkbox-vue": {
101106
"vue": "^3.0.0"

0 commit comments

Comments
 (0)