Skip to content

Commit 02c3034

Browse files
Merge branch 'main' into react-pages-deployment
2 parents c2085c5 + 46f92f9 commit 02c3034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format-and-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ concurrency:
88
cancel-in-progress: true
99
jobs:
1010
lint:
11+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.repository != github.event.pull_request.head.repo.full_name)
1112
runs-on: ubuntu-latest
1213
strategy:
1314
matrix:
14-
node-version: [18]
15+
node-version: [23]
1516
steps:
1617
- name: Check out branch (pull request)
1718
uses: actions/checkout@v4

0 commit comments

Comments
 (0)