Skip to content

Commit

Permalink
Update node version to 18.14.0 and ts-node to 10.9.1
Browse files Browse the repository at this point in the history
related to #52
  • Loading branch information
mohammadranjbarz committed Apr 11, 2023
1 parent 2951522 commit bceaaa3
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.14.2
node-version: 18.14.0
- name: Install dependencies
run: npm ci
- name: Run linter
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.16.0
v18.14.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#https://hub.docker.com/_/node?tab=tags&page=1
FROM node:16.14.2-alpine3.15
FROM node:18.14.0

WORKDIR /usr/src/app

Expand Down
152 changes: 52 additions & 100 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"mocha": "9.2.2",
"pgtools": "^0.3.2",
"prettier": "2.5.1",
"ts-node": "10.7.0",
"ts-node-dev": "1.1.8",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^4.5.2"
}
}

0 comments on commit bceaaa3

Please sign in to comment.