fixup: revert to 1.0.0 and node 18
This commit is contained in:
parent
cc7766195d
commit
f8c513f050
|
@ -3,7 +3,7 @@ name: Lint
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- development
|
||||
- main
|
||||
- production
|
||||
pull_request:
|
||||
|
||||
|
|
12
Dockerfile
12
Dockerfile
|
@ -1,13 +1,5 @@
|
|||
# There's an issue with node:16-alpine.
|
||||
# On Raspberry Pi, the following crash happens:
|
||||
|
||||
# #FailureMessage Object: 0x7e87753c
|
||||
# #
|
||||
# # Fatal error in , line 0
|
||||
# # unreachable code
|
||||
# #
|
||||
# #
|
||||
# #
|
||||
# There's an issue with node:20-alpine.
|
||||
# Docker deployment is canceled after 25< minutes.
|
||||
|
||||
FROM docker.io/library/node:18-alpine@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d AS build_node_modules
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"eslint-config-athom": "^3.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "14"
|
||||
"node": "18"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"release": "11",
|
||||
"name": "wg-easy",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue