Skip to content

Commit b113f1d

Browse files
committed
GitHub actions: upgrade to Node 22
1 parent 44cec19 commit b113f1d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-learn-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: ['3.11']
12-
node-version: [20.x]
12+
node-version: [22.x]
1313

1414
steps:
1515
- name: Trigger publishing on learn-latest repo

.github/workflows/sphinx-books-tests.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ['3.11']
17-
node-version: [20.x]
17+
node-version: [22.x]
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/sphinx-content-tests.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ['3.11']
17-
node-version: [20.x]
17+
node-version: [22.x]
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/typescript-tests.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
python-version: ['3.11']
24-
node-version: [20.x]
24+
node-version: [22.x]
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)