This commit is contained in:
peintnermax
2023-08-02 14:35:15 +02:00
parent 10771b7339
commit 8e74d294c9

View File

@@ -4,7 +4,6 @@ on: pull_request
jobs:
quality:
name: Ensure Quality
runs-on: ubuntu-latest
@@ -12,18 +11,17 @@ jobs:
timeout-minutes: 30
permissions:
contents: 'read'
contents: "read"
strategy:
fail-fast: false
matrix:
command:
- lint
- test:unit
- test:integration
- lint
- test:unit
- test:integration
steps:
- name: Checkout Repo
uses: actions/checkout@v2
@@ -32,10 +30,10 @@ jobs:
with:
version: 7
- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- uses: pnpm/action-setup@v2
name: Install pnpm