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 54f4f16 commit c3bdcccCopy full SHA for c3bdccc
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup Node
42
uses: actions/setup-node@v6
43
with:
44
- node-version: '24.11.0'
+ node-version: '24.11.1'
45
cache: 'pnpm'
46
- name: Install Dependencies
47
run: pnpm install --frozen-lockfile
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
- name: Install dependencies
70
0 commit comments