Skip to content

Commit c3bdccc

Browse files
chore(deps): update dependency node to v24.11.1
1 parent 54f4f16 commit c3bdccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node
4242
uses: actions/setup-node@v6
4343
with:
44-
node-version: '24.11.0'
44+
node-version: '24.11.1'
4545
cache: 'pnpm'
4646
- name: Install Dependencies
4747
run: pnpm install --frozen-lockfile
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup Node
6565
uses: actions/setup-node@v6
6666
with:
67-
node-version: '24.11.0'
67+
node-version: '24.11.1'
6868
cache: 'pnpm'
6969
- name: Install dependencies
7070
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)