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

Commit 702aa7d

Browse files
authored
Update Node version to hopefully fix build
1 parent 6e4cfca commit 702aa7d

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
@@ -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: |

0 commit comments

Comments
 (0)