updated to node-18

This commit is contained in:
Kasra Bigdeli
2023-02-09 21:18:55 -08:00
parent 408d70d09e
commit 595bf89d06
9 changed files with 13 additions and 12 deletions
+5 -5
View File
@@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 18
- run: |
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
npm ci
npm run build
npm run test
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
npm ci
npm run build
npm run test
+1 -1
View File
@@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 18
- run: npm ci && npm run formatter
+1 -1
View File
@@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 18
- run: npm ci && npm run lint
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: |
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
npm ci
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: |
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
npm ci
+1
View File
@@ -5,6 +5,7 @@
- Improved: Enabling gzip for the dashboard for a faster load
- Improved: Allowing custom captain domain for webhooks [PR-1330](https://github.com/caprover/caprover/pull/1330)
- Improved: Update Netdata [PR-1432](https://github.com/caprover/caprover/pull/1432)
- Improved: Adding support for overwriting app defaults NGINX config [PR-1377](https://github.com/caprover/caprover/pull/1377)
- Fixed: Allowing dots to be present in repo names [PR-1553](https://github.com/caprover/caprover/pull/1553)
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:14
FROM node:18
RUN apt-get update && apt-get full-upgrade -yqq && apt-get install build-essential cmake -yqq
RUN apt-get -y install netcat socat
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:14
FROM node:18
RUN apt-get update && apt-get full-upgrade -yqq && apt-get install build-essential cmake -yqq
RUN mkdir -p /usr/src/app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:14
FROM node:18
RUN apt-get update && apt-get full-upgrade -yqq && apt-get install build-essential cmake -yqq
RUN mkdir -p /usr/src/app