Update test.yaml
This commit is contained in:
parent
4c4be25823
commit
12e13fd5a7
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
- name: Use Node.js 20
|
||||
- name: Use Node.js 22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
@ -29,4 +29,4 @@ jobs:
|
||||
run: pnpm format:check
|
||||
|
||||
- name: Run Tests
|
||||
run: pnpm test
|
||||
run: pnpm test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user