mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-08-27 20:54:07 -05:00
Merge 24b0fd6bab into ae892208bb
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -19,11 +19,12 @@ jobs:
|
||||
node-version: [22.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run test
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user