Skip to content

Commit 23f8822

Browse files
authored
chore: Fix QA pipeline. (#195)
* chore: Fix QA pipeline. * Update qa.yml
1 parent c4ddeed commit 23f8822

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 15
1010

11-
strategy:
12-
matrix:
13-
node-version: [ '22.x' ]
14-
os: [ ubuntu-latest, macos-latest ]
15-
1611
steps:
1712
- name: Clone repository
1813
uses: actions/checkout@v4
19-
- name: Use Node.js ${{ matrix.node-version }}
14+
- name: Use Node.js
2015
uses: actions/setup-node@v4
2116
with:
22-
node-version: ${{ matrix.node-version }}
17+
node-version: '22.x'
2318
- name: Install dependencies
2419
run: |
2520
npm ci

0 commit comments

Comments
 (0)