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 bdb259c commit 21b3e48Copy full SHA for 21b3e48
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup Node.js
29
uses: actions/setup-node@v4
30
with:
31
- node-version: 'lts/*'
+ node-version: '22'
32
cache: 'pnpm'
33
34
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments