Commit 7ff4255
authored
Update Node version to address deprecation warning. (#148)
GitHub have deprecated NodeJS v20 as an environment for actions,
and will be using NodeJS v24 for all actions from 2nd June 2026[1].
Currently GitHub runners print a deprecation warning in their logs
showing all actions that use the node20 environment, which includes
setup-bazel, so I'm updating the action to use node24, and so remove
it from the deprecation warning.
[1] https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/1 parent 3096290 commit 7ff4255
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
0 commit comments