Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 27dbf8c

Browse files
authored
Update node version for deploy too
1 parent 702aa7d commit 27dbf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: get node
7474
uses: actions/setup-node@v1
7575
with:
76-
node-version: 11.x
76+
node-version: 16.x
7777
- name: linux setup
7878
run: |
7979
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0

0 commit comments

Comments
 (0)