Commit 1d0268d
committed
Use same Node.js version as the action environment for tests
Node.js 12 is the newest version available for the JavaScript GitHub Actions actions, and is the one in use, as specified
in action.yml's `runs.using` key. So it is best to use the same when running the tests in the CI workflow.1 parent 8d2f943 commit 1d0268d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments