Skip to content

Commit 640c58e

Browse files
authored
chore(deps): update node to v24.13.1 LTS (#107)
Update node to v24.13.1 LTS
1 parent 92d7198 commit 640c58e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v4.4.0
1818
with:
19-
node-version: 20.12.2
19+
node-version: 24.13.1
2020
cache: "npm"
2121
- name: Install dependencies
2222
run: npm ci

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v4.4.0
1717
with:
18-
node-version: 20.12.2
18+
node-version: 24.13.1
1919
cache: "npm"
2020
- name: Install dependencies
2121
run: npm ci

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v4.4.0
1616
with:
17-
node-version: 20.12.2
17+
node-version: 24.13.1
1818
cache: "npm"
1919
- run: npm ci
2020
- run: npm run lint
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup node
2828
uses: actions/setup-node@v4.4.0
2929
with:
30-
node-version: 20.12.2
30+
node-version: 24.13.1
3131
cache: "npm"
3232
- run: npm ci
3333
- run: npm run typecheck
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup node
4343
uses: actions/setup-node@v4.4.0
4444
with:
45-
node-version: 20.12.2
45+
node-version: 24.13.1
4646
cache: "npm"
4747
- run: npm ci
4848
- run: npm run build

0 commit comments

Comments
 (0)