ci: replaced node 17 with node 18

node 17 is out of support since 01 Apr 2022, so it isn't really beneficial to keep this version in the ci loop. We replace it with the new LTS release 18

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2022-04-26 14:31:58 +02:00 committed by David Mehren
parent 7018876626
commit 44b6e7053d
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ on:
branches: [ develop ]
env:
NODEJS_VERSION: 17
NODEJS_VERSION: 18
jobs:

View file

@ -12,7 +12,7 @@ on:
branches: [ develop ]
env:
NODEJS_VERSION: 17
NODEJS_VERSION: 18
jobs:
lint:
@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x ]
node-version: [12.x, 14.x, 16.x, 18.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}