Skip to content

Commit 71d74aa

Browse files
asyncapi-botasyncapi-bot-eve <bot+eve@asyncapi.io>%0ACo-authored-by: asyncapi-bot
and
asyncapi-bot-eve <[email protected]>%0ACo-authored-by: asyncapi-bot
authored
ci: update of files from global .github repo (#1454)
Co-authored-by: asyncapi-bot-eve <[email protected]>%0ACo-authored-by: asyncapi-bot <[email protected]>
1 parent 58fe1d2 commit 71d74aa

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/if-nodejs-pr-testing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
# Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner.
18+
# See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001
19+
os: [ubuntu-latest, macos-13, windows-latest]
1820
steps:
1921
- if: >
2022
!github.event.pull_request.draft && !(

.github/workflows/if-nodejs-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-latest, macos-latest, windows-latest]
36+
# Using macos-13 instead of latest (macos-14) due to an issue with Puppeteer and such runner.
37+
# See: https://github.com/puppeteer/puppeteer/issues/12327 and https://github.com/asyncapi/parser-js/issues/1001
38+
os: [ubuntu-latest, macos-13, windows-latest]
3739
steps:
3840
- name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows
3941
run: |

.github/workflows/issues-prs-notifications.yml

-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
name: Notify slack on every new issue
2121
runs-on: ubuntu-latest
2222
steps:
23-
- name: Checkout repository
24-
uses: actions/checkout@v3
2523
- name: Convert markdown to slack markdown for issue
2624
uses: asyncapi/.github/.github/actions/slackify-markdown@master
2725
id: issuemarkdown
@@ -40,8 +38,6 @@ jobs:
4038
name: Notify slack on every new pull request
4139
runs-on: ubuntu-latest
4240
steps:
43-
- name: Checkout repository
44-
uses: actions/checkout@v3
4541
- name: Convert markdown to slack markdown for pull request
4642
uses: asyncapi/.github/.github/actions/slackify-markdown@master
4743
id: prmarkdown
@@ -60,8 +56,6 @@ jobs:
6056
name: Notify slack on every new pull request
6157
runs-on: ubuntu-latest
6258
steps:
63-
- name: Checkout repository
64-
uses: actions/checkout@v3
6559
- name: Convert markdown to slack markdown for pull request
6660
uses: asyncapi/.github/.github/actions/slackify-markdown@master
6761
id: discussionmarkdown

0 commit comments

Comments
 (0)