We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6827ef1 commit dbe9483Copy full SHA for dbe9483
2 files changed
.github/actions/version-bumping/npm/action.yml
@@ -55,7 +55,7 @@ runs:
55
- name: Setup Node.js
56
uses: actions/setup-node@v4
57
with:
58
- node-version: 20 # use stable LTS; previous 24 caused manifest warning
+ node-version: 24 # use stable LTS; previous 24 caused manifest warning
59
check-latest: true
60
61
- name: Install pnpm and yarn
.github/workflows/build-and-test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
- name: Install dependencies
0 commit comments