fixup: revert to 1.0.0 and node 18

This commit is contained in:
Philip H. 2023-11-05 09:14:22 +00:00
parent cc7766195d
commit f8c513f050
4 changed files with 5 additions and 13 deletions

View File

@ -3,7 +3,7 @@ name: Lint
on: on:
push: push:
branches: branches:
- development - main
- production - production
pull_request: pull_request:

View File

@ -1,13 +1,5 @@
# There's an issue with node:16-alpine. # There's an issue with node:20-alpine.
# On Raspberry Pi, the following crash happens: # Docker deployment is canceled after 25< minutes.
# #FailureMessage Object: 0x7e87753c
# #
# # Fatal error in , line 0
# # unreachable code
# #
# #
# #
FROM docker.io/library/node:18-alpine@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d AS build_node_modules FROM docker.io/library/node:18-alpine@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d AS build_node_modules

2
src/package-lock.json generated
View File

@ -20,7 +20,7 @@
"eslint-config-athom": "^3.1.1" "eslint-config-athom": "^3.1.1"
}, },
"engines": { "engines": {
"node": "14" "node": "18"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {

View File

@ -1,7 +1,7 @@
{ {
"release": "11", "release": "11",
"name": "wg-easy", "name": "wg-easy",
"version": "1.0.1", "version": "1.0.0",
"description": "", "description": "",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {