Skip to content

Commit e51a014

Browse files
chore(deps): update node.js to v24.2.0
1 parent cb7e9b1 commit e51a014

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup NodeJS"
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '24'
18+
node-version: '24.2.0'
1919
cache: 'yarn'
2020

2121
- name: Install

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: "Setup NodeJS"
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '24'
38+
node-version: '24.2.0'
3939
cache: 'yarn'
4040
registry-url: 'https://registry.npmjs.org'
4141

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.0.2
1+
24.2.0

0 commit comments

Comments
 (0)