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

Commit 1f0466c

Browse files
committed
Update to Node 16
1 parent 3f8d6c3 commit 1f0466c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: get node
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: 11.x
28+
node-version: 16.x
2929
- name: linux setup
3030
if: ${{ matrix.os == 'ubuntu-latest' }}
3131
run: |
@@ -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)