mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-03-21 17:34:38 -05:00
Update Github Actions config
This commit is contained in:
parent
ad696f7295
commit
044140691b
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -16,15 +16,15 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x]
|
||||
node-version: [22.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: Zarel/setup-node@patch-1
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm ci
|
||||
- run: npm run test
|
||||
env:
|
||||
CI: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user