Skip to content

Commit

Permalink
chore(node): node version change
Browse files Browse the repository at this point in the history
- changed node version: 14.20.1 > 18.19.0
  • Loading branch information
imjuni committed Dec 14, 2023
1 parent 021b7e3 commit ce7bce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.20.1
18.19.0
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "fast-maker",
"version": "3.2.1",
"description": "create route file on specific directory",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "LOG_LEVEL=info node --trace-warnings --no-compilation-cache node_modules/.bin/jest --coverage",
"test:silent": "LOG_LEVEL=info node --trace-warnings --no-compilation-cache node_modules/.bin/jest --coverage --silent",
Expand Down

0 comments on commit ce7bce4

Please sign in to comment.