From f8c513f050d417c03817838c3194b3205852b798 Mon Sep 17 00:00:00 2001 From: "Philip H." <47042125+pheiduck@users.noreply.github.com> Date: Sun, 5 Nov 2023 09:14:22 +0000 Subject: [PATCH] fixup: revert to 1.0.0 and node 18 --- .github/workflows/lint.yml | 2 +- Dockerfile | 12 ++---------- src/package-lock.json | 2 +- src/package.json | 2 +- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5a9a0e1c..8f407bf6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: Lint on: push: branches: - - development + - main - production pull_request: diff --git a/Dockerfile b/Dockerfile index 1bba24da..5c9e4ae1 100644 --- a/Dockerfile +++ b/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 diff --git a/src/package-lock.json b/src/package-lock.json index b3d3c2c1..3eefcab8 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -20,7 +20,7 @@ "eslint-config-athom": "^3.1.1" }, "engines": { - "node": "14" + "node": "18" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/src/package.json b/src/package.json index 5871574c..bf5264ad 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "release": "11", "name": "wg-easy", - "version": "1.0.1", + "version": "1.0.0", "description": "", "main": "server.js", "scripts": {