mirror of
https://github.com/caprover/caprover
synced 2026-08-25 17:06:35 +00:00
updated to node-18
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user