mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-10 17:28:29 +00:00
CI: upgrade NodeJS (14.x → 20.x)
It's time to move to the active LTS version: NodeJS 20.
This commit is contained in:
parent
155248795b
commit
842f4fc9c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node:
|
node:
|
||||||
- '14.x'
|
- '20.x'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue