Skip to content

Commit 67af87b

Browse files
chore(deps): update dependency node to v24.12.0
1 parent 6d06002 commit 67af87b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 24.11.1
18+
node-version: 24.12.0
1919
cache: "yarn"
2020
- name: Install dependencies and Build
2121
run: yarn install --frozen-lockfile

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 24.11.1
18+
node-version: 24.12.0
1919
cache: "yarn"
2020
- name: Run performance tests
2121
run: ./reassure-tests.sh

0 commit comments

Comments
 (0)