We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6d967 commit 78ab1c3Copy full SHA for 78ab1c3
.github/workflows/integrationTests.yaml
@@ -17,11 +17,11 @@ jobs:
17
18
- uses: pnpm/action-setup@v3
19
with:
20
- version: 9.4.0
+ version: 9.15.0
21
22
- uses: actions/setup-node@v4
23
24
- node-version: "23"
+ node-version: "23.3.0"
25
cache: "pnpm"
26
27
- name: Clean up
.github/workflows/smoke-tests.yml
@@ -15,11 +15,11 @@ jobs:
15
16
- name: Run smoke tests
0 commit comments