mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore(build): change Node versions
This commit is contained in:
parent
1889b6d279
commit
1fa030cf7b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit-frontend.yml
vendored
2
.github/workflows/unit-frontend.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [ 14, 16, 17, 18 ] # 15 conflicts with @typescript-eslint/eslint-plugin@5
|
||||
node-version: [ 18, 20, 21, 22 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
|
|
Loading…
Reference in a new issue