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 712cb9e commit 8f7bed8Copy full SHA for 8f7bed8
.github/workflows/dependabot.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Use Node.js 20.x
30
uses: actions/setup-node@v4
31
with:
32
- node-version: 20.x
+ node-version: 22.x
33
cache: 'pnpm'
34
35
- name: Install Dependencies
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node.js 18.x
28
- node-version: 18.x
0 commit comments