We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdaffb commit 0eeb3feCopy full SHA for 0eeb3fe
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/setup-node@v4
32
id: cache
33
with:
34
- node-version: '20.18.3'
+ node-version: '22.14.0'
35
cache: 'pnpm'
36
37
- run: pnpm install --frozen-lockfile
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
.github/workflows/snapshot.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments