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 0dc742a + 57dbe55 commit 2fd51f0Copy full SHA for 2fd51f0
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: 🔧 Setup Node.js
27
uses: actions/setup-node@v4
28
with:
29
- node-version: 18
+ node-version: 22
30
cache: 'pnpm'
31
32
- name: 📦 Install dependencies
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
- node-version: '18'
+ node-version: '22'
- name: Install dependencies
.github/workflows/version-bump.yaml
@@ -32,7 +32,7 @@ jobs:
- name: Set up Node
33
34
35
36
37
38
run: pnpm install --frozen-lockfile
0 commit comments