From 287e203449113a80b4c720c823101907f433304e Mon Sep 17 00:00:00 2001 From: simojenki Date: Tue, 7 Sep 2021 21:15:24 +1000 Subject: [PATCH] Setting node version to 16.6 in ci.yaml actions pipeline --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2acb615..9d4b188 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 16.6.x - run: yarn install -