1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

feat: add support for node 18

This commit is contained in:
Ivar Conradi Østhus 2022-11-03 15:42:55 +01:00
parent 0717b281fa
commit 1062b023de
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
6 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
services:
# Label used to access the service container
postgres:

View File

@ -13,7 +13,7 @@ jobs:
working-directory: frontend
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
services:
# Label used to access the service container
postgres:

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [14-alpine, 16-alpine]
version: [14-alpine, 16-alpine, 18-alpine]
steps:
- name: Checkout
uses: actions/checkout@v2

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3