mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 07:22:09 -05:00
Revert #11314 (Test supported Node versions)
I also added a really long comment so people know why.
This commit is contained in:
parent
1931b23006
commit
8d75112e4a
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
|
|
@ -17,11 +17,15 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [
|
||||
'20.x',
|
||||
'22.x',
|
||||
'24.x',
|
||||
]
|
||||
# Testing multiple Node versions makes CI take forever, and basically
|
||||
# never actually finds anything we care about. Testing one is enough.
|
||||
#
|
||||
# This number should be left at the oldest Node LTS version capable of
|
||||
# running Node without errors (it doesn't matter if it's unsupported).
|
||||
# Please freely bump this version (and the check in `pokemon-showdown`
|
||||
# and `server/index.ts`) if you want to use features from newer versions;
|
||||
# this is purely for our own reference, not to constrain programmers.
|
||||
node-version: ['18.x']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user