Skip to content

Commit d22a84b

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

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/scss 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/scss build to succeed)
2929
- name: Set up temporary Python 3.9

0 commit comments

Comments
 (0)