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: ci:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} - name: Setup Node.js 18.x
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: 18.x
- name: install deps - name: install deps
run: | run: |
yarn install --frozen-lockfiles yarn install --frozen-lockfiles