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 f536882 commit 982ae72Copy full SHA for 982ae72
2 files changed
.github/workflows/nightly.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Setup node
68
uses: actions/setup-node@v4
69
with:
70
- node-version: 16.x
+ node-version: 22.x
71
cache: 'pnpm'
72
- name: Install dependencies
73
run: pnpm i --frozen-lockfile
.github/workflows/tagged-releases.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments