From 8e74d294c980530c7cfc4cd6a80e0305ef5f53f4 Mon Sep 17 00:00:00 2001 From: peintnermax Date: Wed, 2 Aug 2023 14:35:15 +0200 Subject: [PATCH] node 18 --- .github/workflows/test.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14859521714..3c56ac14814 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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