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 6a6a5b6 commit a05d5e3Copy full SHA for a05d5e3
.github/workflows/auto-merge.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v5
20
21
- name: Set up Node.js
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
23
with:
24
node-version: '22'
25
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
exit 1
51
fi
52
- name: Setup Node
53
54
55
node-version: "20"
56
cache: ${{ steps.detect-package-manager.outputs.manager }}
0 commit comments