Commit 9c556d1
authored
Bump
The `actions/setup-node` GitHub Actions action is used in the "test" workflow to setup a specific version range of
Node.js for use in the GitHub Actions runner.
The 2.x.x major version series of the action is now well into production status and the 1.x.x series is no longer under
active development.
The use of the `v2` major version ref will cause the workflow to use a stable version of the action, while also
benefiting from ongoing development to the action up until such time as a new major release of an action is made. At
that time we would need to evaluate whether any changes to the workflow are required by the breaking change that
triggered the major release before manually updating the major ref (e.g., uses: `actions/setup-node@v3`).actions/setup-node to v21 parent 87a0d9e commit 9c556d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments