We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c234d commit 1a97025Copy full SHA for 1a97025
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
with:
23
- node-version: 21
+ node-version: 22
24
cache: pnpm
25
- name: Install dependencies
26
run: pnpm install --frozen-lockfile
0 commit comments