remove matrix from ci.yml

This commit is contained in:
2023-10-12 15:26:26 +02:00
committed by GitHub
parent 526967d29f
commit e094aec3f0
+3 -7
View File
@@ -10,18 +10,14 @@ jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
- name: install deps
run: |
yarn install --frozen-lockfiles