Skip to content

Commit 0f20391

Browse files
committed
stash changes
1 parent f62f35c commit 0f20391

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,6 @@ on:
44
push:
55

66
jobs:
7-
test:
8-
runs-on: ubuntu-latest
9-
10-
strategy:
11-
matrix:
12-
node-version: [20.x, 22.x]
13-
14-
steps:
15-
- uses: actions/checkout@v4
16-
17-
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v4
19-
with:
20-
node-version: ${{ matrix.node-version }}
21-
22-
- name: Build
23-
run: |
24-
npm install
25-
npm run test
26-
277
api-test:
288
runs-on: ubuntu-latest
299

0 commit comments

Comments
 (0)