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 c75c961 + 47ec761 commit db7d866Copy full SHA for db7d866
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Node.js
23
uses: actions/setup-node@v4
24
with:
25
- node-version: 18
+ node-version: 22
26
registry-url: 'https://registry.npmjs.org/'
27
cache: 'pnpm'
28
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
- node-version: '18'
+ node-version: '22'
29
30
31
- name: Install dependencies
.github/workflows/version-bump.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set up Node
33
34
35
36
37
38
run: pnpm install --frozen-lockfile
0 commit comments