Skip to content

Commit

Permalink
Revert "Update Node.js to v18.12.1" (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
arty-name committed Nov 8, 2022
1 parent 26e5890 commit 11f0702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine AS base
FROM node:18.12.0-alpine AS base

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "UNLICENSED",
"type": "module",
"engines": {
"node": ">= v18.12.1"
"node": ">= v18.12.0"
},
"scripts": {
"prettify": "prettier --write \"src/**/*.ts*\"",
Expand Down

0 comments on commit 11f0702

Please sign in to comment.