Skip to content

Commit 8836763

Browse files
author
Ivan Sinkarenko
committed
Bump Node version to the LTS in Github actions
1 parent c8c30a8 commit 8836763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

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

2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 12
27+
node-version: 24
2828

2929
# Install an older Python (needed for the javascript build to succeed)
3030
- name: Set up temporary Python 3.9

.github/workflows/python-test.yml

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

2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 12
26+
node-version: 24
2727

2828
# Install an older Python (needed for the javascript build to succeed)
2929
- name: Set up temporary Python 3.9

0 commit comments

Comments
 (0)