We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2490515 commit 5facf7dCopy full SHA for 5facf7d
1 file changed
.github/workflows/test-database.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup node
22
uses: actions/setup-node@v4
23
with:
24
- node-version: "20"
+ node-version: "22"
25
cache: "pnpm"
26
- name: Install Dependencies
27
run: pnpm install --frozen-lockfile
0 commit comments