Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
format node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdevries committed Dec 13, 2023
1 parent 6bfaf07 commit 569c593
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-sanity-lokalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 569c593

Please sign in to comment.