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 9268f8f commit 2651b4dCopy full SHA for 2651b4d
.github/workflows/npm_release.yml
@@ -20,7 +20,7 @@ permissions:
20
jobs:
21
build:
22
name: Build
23
- runs-on: macos-15-intel
+ runs-on: macos-15
24
outputs:
25
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
26
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
.github/workflows/pull_request.yml
@@ -16,7 +16,7 @@ permissions:
16
17
18
19
0 commit comments