diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 640081bf42..2c1551a9c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18] + node-version: [ 18 ] needs: init steps: - name: Check out repository @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18] + node-version: [ 18 ] needs: init steps: - name: Get target branch name (pull request) @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18] + node-version: [ 18 ] needs: init steps: - name: Check out repository diff --git a/.github/workflows/sync-sanity-lokalize.yml b/.github/workflows/sync-sanity-lokalize.yml index a7a5133cef..af052a8366 100644 --- a/.github/workflows/sync-sanity-lokalize.yml +++ b/.github/workflows/sync-sanity-lokalize.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18] + node-version: [ 18 ] steps: - name: Check out repository uses: actions/checkout@v2