ci: switch to node 18

This commit is contained in:
janniks
2023-02-06 14:56:40 +01:00
committed by janniks
parent 5f3b8ca79e
commit 8cfdbde1de
6 changed files with 7 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci

View File

@@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci

View File

@@ -37,7 +37,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci
- run: npm run bootstrap

View File

@@ -4,7 +4,7 @@ on:
branches:
- master
tags-ignore:
- '**'
- "**"
workflow_call:
workflow_dispatch:
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci

View File

@@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci