Skip to content

Commit

Permalink
chore: Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Oct 15, 2023
1 parent 876eac2 commit e3126e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/package-lock.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/inquirer": "^9.0.3",
"@types/jest": "^29.5.2",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.17.18",
"@types/node": "^18.18.5",
"@types/tough-cookie": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.0-alpine
FROM node:18.18.1-alpine

# Setting node environment to not show experimental warnings
ENV NODE_NO_WARNINGS=1
Expand Down

0 comments on commit e3126e3

Please sign in to comment.