Skip to content

Commit e452f58

Browse files
Update dependency node to 24.15.x
1 parent 842ece7 commit e452f58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Node
6666
uses: actions/setup-node@v6
6767
with:
68-
node-version: '24.14.x'
68+
node-version: '24.15.x'
6969
registry-url: 'https://registry.npmjs.org'
7070
- name: Install dependencies
7171
run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up Node
8888
uses: actions/setup-node@v6
8989
with:
90-
node-version: '24.14.x'
90+
node-version: '24.15.x'
9191
registry-url: 'https://registry.npmjs.org'
9292
- name: Install dependencies
9393
run: npm ci

0 commit comments

Comments
 (0)