We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05e773 commit c6c6716Copy full SHA for c6c6716
.github/workflows/if-nodejs-release.yml
@@ -35,7 +35,7 @@ jobs:
35
matrix:
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]
+ os: [ubuntu-latest, macos-latest, windows-latest]
39
steps:
40
- name: Set git to use LF #to once and for all finish neverending fight between Unix and Windows
41
run: |
0 commit comments