mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 05:41:57 -04:00
ci: update node to v22
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
e368f6f9cb
commit
893da0142c
4 changed files with 5 additions and 5 deletions
2
.github/workflows/docs-netlify-deploy.yml
vendored
2
.github/workflows/docs-netlify-deploy.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
env:
|
||||
NETLIFY_VERSION: 13.2.2
|
||||
NODEJS_VERSION: 20
|
||||
NODEJS_VERSION: 22
|
||||
PYTHON_VERSION: 3.11
|
||||
|
||||
defaults:
|
||||
|
|
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -20,7 +20,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
NODEJS_VERSION: 20
|
||||
NODEJS_VERSION: 22
|
||||
HEAD_COMMIT_HASH: "${{ !!github.event.pull_request && github.event.pull_request.head.sha || github.sha }}"
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -16,7 +16,7 @@ permissions:
|
|||
contents: read
|
||||
|
||||
env:
|
||||
NODEJS_VERSION: 20
|
||||
NODEJS_VERSION: 22
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
4
.github/workflows/test-and-build.yml
vendored
4
.github/workflows/test-and-build.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '20' ] # Are you changing this? Don't forget to update the min. and recommended node version in docs/content/how-to/develop/setup.md!
|
||||
node: [ '22' ] # Are you changing this? Don't forget to update the min. and recommended node version in docs/content/how-to/develop/setup.md!
|
||||
include:
|
||||
- node: '20'
|
||||
- node: '22'
|
||||
coverage: true
|
||||
name: Test and build with NodeJS ${{ matrix.node }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue