Skip to content

Commit 663c26a

Browse files
use node 20
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent bad5834 commit 663c26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-submit.units.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
with:
4343
go-version-file: "go.mod"
4444

45-
- name: Set Node.js 16
45+
- name: Set Node.js 20
4646
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4747
with:
48-
node-version: 16
48+
node-version: 20
4949

5050
- name: unit tests
5151
run: |

0 commit comments

Comments
 (0)