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 7e8169b commit 7cb21faCopy full SHA for 7cb21fa
2 files changed
.github/workflows/test.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Install pnpm
17
uses: pnpm/action-setup@v2
18
with:
19
- version: 8
+ version: 10
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
23
- node-version: 20
+ node-version: 24
24
cache: pnpm
25
- name: Install dependencies
26
run: pnpm install --frozen-lockfile --ignore-scripts
0 commit comments