mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Test supported Node versions (#11314)
* Fix typo * Remove unnessecary file * Test supported Node versions --------- Co-authored-by: Mia <49593536+mia-pi-git@users.noreply.github.com> Co-authored-by: HoeenHero <HoeenCoder@users.noreply.github.com>
This commit is contained in:
parent
503030c0d8
commit
03e1fb6dff
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -17,7 +17,11 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x]
|
||||
node-version: [
|
||||
'20.x',
|
||||
'22.x',
|
||||
'24.x',
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user