mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
Run CI for Node 18 & 20
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
f6a28fb69b
commit
8a9f5b5c3a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['16']
|
||||
node: ['16', '18', '20']
|
||||
name: Node ${{ matrix.node }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Setup node
|
||||
uses: ./.github/actions/setup-node
|
||||
with:
|
||||
NODEJS_VERSION: '16'
|
||||
NODEJS_VERSION: '20'
|
||||
|
||||
- name: Run ESLint
|
||||
run: yarn run eslint
|
||||
|
|
Loading…
Reference in a new issue