From 09a0fd0f4df526ab2b225dd2791db13e51763afa Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 9 Oct 2022 11:05:39 +0500 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c595000..3ab934b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 + - name: Install, build, test run: | yarn install-r yarn build-library