We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570e8e2 commit 3fd6abfCopy full SHA for 3fd6abf
.github/workflows/dependabot-automerge.yml
@@ -23,7 +23,8 @@ jobs:
23
- name: Setup Node
24
uses: actions/setup-node@v4
25
with:
26
- node-version: '18' # set to your project's Node version
+ node-version: '20'
27
+ check-latest: true
28
29
- name: Enable pnpm (Corepack)
30
run: |
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Node.js
19
20
21
- node-version: 22
22
check-latest: true
- name: Install dependencies
run: pnpm install
0 commit comments