File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 matrix :
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]
17+ os : [ubuntu-latest, macos-latest, windows-latest]
2018 steps :
2119 - if : >
2220 !github.event.pull_request.draft && !(
5250 shell : bash
5351 - if : steps.packagejson.outputs.exists == 'true'
5452 name : Check package-lock version
55- uses : asyncapi/.github/.github/actions/get-node-version-from-package-lock@master
53+ # This workflow is from our own org repo and safe to reference by 'master'.
54+ uses : asyncapi/.github/.github/actions/get-node-version-from-package-lock@master # //NOSONAR
5655 id : lockversion
5756 - if : steps.packagejson.outputs.exists == 'true'
5857 name : Setup Node.js
You can’t perform that action at this time.
0 commit comments