mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 05:54:43 -04:00
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:
parent
7018876626
commit
44b6e7053d
2 changed files with 3 additions and 3 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
branches: [ develop ]
|
||||
|
||||
env:
|
||||
NODEJS_VERSION: 17
|
||||
NODEJS_VERSION: 18
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
4
.github/workflows/nest.js.yml
vendored
4
.github/workflows/nest.js.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue