Skip to content

Commit c3508aa

Browse files
feat: set Node LTS v24 in GitHub boilerplate
Signed-off-by: David Dal Busco <[email protected]>
1 parent 7ccfe42 commit c3508aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boilerplate/github/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 24
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Install Dependencies

boilerplate/github/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 24
1818
registry-url: "https://registry.npmjs.org"
1919

2020
- name: Install Dependencies

0 commit comments

Comments
 (0)