You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pr-check.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ on:
10
10
permissions: {}
11
11
12
12
env:
13
-
NODE_VERSION: 22.17.0
13
+
NODE_VERSION: 22.21.1
14
14
PYTHON_VERSION: '3.10'# YML treats 3.10 the number as 3.1, so quotes around 3.10
15
15
MOCHA_REPORTER_JUNIT: true # Use the mocha-multi-reporters and send output to both console (spec) and JUnit (mocha-junit-reporter). Also enables a reporter which exits the process running the tests if it haven't already.
0 commit comments