From a92e4bee253e33eb606e00704da777a4c0310802 Mon Sep 17 00:00:00 2001 From: John Parris Date: Wed, 28 Feb 2024 10:43:21 -0500 Subject: [PATCH] chore: fix syntax errors --- .github/workflows/e2e-next-example.yml | 2 +- .github/workflows/e2e-next-faustwp-example.yml | 2 +- .github/workflows/e2e-nightly-build.yml | 2 +- .github/workflows/test-packages.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-next-example.yml b/.github/workflows/e2e-next-example.yml index 62ccbf1a5..918d3f6d7 100644 --- a/.github/workflows/e2e-next-example.yml +++ b/.github/workflows/e2e-next-example.yml @@ -14,7 +14,7 @@ jobs: PR_BRANCH: ${{github.event.pull_request.head.ref}} strategy: matrix: - node: ['18, '20'] + node: ['18', '20'] defaults: run: working-directory: ./ diff --git a/.github/workflows/e2e-next-faustwp-example.yml b/.github/workflows/e2e-next-faustwp-example.yml index 2626b1bc4..843a8671f 100644 --- a/.github/workflows/e2e-next-faustwp-example.yml +++ b/.github/workflows/e2e-next-faustwp-example.yml @@ -14,7 +14,7 @@ jobs: PR_BRANCH: ${{github.event.pull_request.head.ref}} strategy: matrix: - node: ['18, '20'] + node: ['18', '20'] defaults: run: working-directory: ./ diff --git a/.github/workflows/e2e-nightly-build.yml b/.github/workflows/e2e-nightly-build.yml index a692cef76..b4a34e4b6 100644 --- a/.github/workflows/e2e-nightly-build.yml +++ b/.github/workflows/e2e-nightly-build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node: ['18, '20'] + node: ['18', '20'] defaults: run: working-directory: ./ diff --git a/.github/workflows/test-packages.yml b/.github/workflows/test-packages.yml index 64373b10e..049fc7223 100644 --- a/.github/workflows/test-packages.yml +++ b/.github/workflows/test-packages.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: ['ubuntu-22.04'] - node: ['18, '20'] + node: ['18', '20'] permissions: checks: write pull-requests: write