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.
2 parents a44c39e + c4dd323 commit 6f9e87dCopy full SHA for 6f9e87d
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
11
strategy:
12
matrix:
13
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-13]
14
15
runs-on: ${{ matrix.os }}
16
action.yml
@@ -9,5 +9,5 @@ inputs:
9
required: false
default: "7.1.37"
runs:
- using: "node16"
+ using: "node20"
main: "dist/index.js"
0 commit comments