Skip to content

Commit 316209a

Browse files
wuriyantowuriyanto
authored andcommitted
ci: set node to version 16
1 parent c326ed6 commit 316209a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
with:
2424
go-version: ${{ matrix.go-version }}
2525

26-
- name: Use Node 18
26+
- name: Use Node 16
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 18
29+
node-version: 16
3030

3131
- name: Install Ubuntu dependecies
3232
run: bash ./scripts/install_ubuntu_deps
3333

3434
- name: Install dashboard dependencies
3535
run: npm --prefix dashboard/ui/ install
36-
36+
3737
- name: Run packaging
3838
run: bash ./scripts/package.sh 0.0.0.dummy

0 commit comments

Comments
 (0)