We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ddeed commit 23f8822Copy full SHA for 23f8822
1 file changed
.github/workflows/qa.yml
@@ -8,18 +8,13 @@ jobs:
8
runs-on: ubuntu-latest
9
timeout-minutes: 15
10
11
- strategy:
12
- matrix:
13
- node-version: [ '22.x' ]
14
- os: [ ubuntu-latest, macos-latest ]
15
-
16
steps:
17
- name: Clone repository
18
uses: actions/checkout@v4
19
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Use Node.js
20
uses: actions/setup-node@v4
21
with:
22
- node-version: ${{ matrix.node-version }}
+ node-version: '22.x'
23
- name: Install dependencies
24
run: |
25
npm ci
0 commit comments