Skip to content

Commit 1437618

Browse files
committed
chore: specify Node.js version in .nvmrc
1 parent 0efa3e8 commit 1437618

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ yarn-error.log*
1717
# macOS-specific files
1818
.DS_Store
1919

20-
2120
# vscode
2221
.vscode/

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18.16.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"eslint-config-prettier": "^8.8.0",
2525
"eslint-config-standard": "^17.1.0",
2626
"eslint-plugin-import": "^2.27.5",
27-
"eslint-plugin-node": "^11.1.0",
2827
"eslint-plugin-n": "^16.0.0",
28+
"eslint-plugin-node": "^11.1.0",
2929
"eslint-plugin-prettier": "^4.2.1",
3030
"eslint-plugin-promise": "^6.1.1",
3131
"husky": "^7.0.4",

0 commit comments

Comments
 (0)