Setting node version to 16.6 in ci.yaml actions pipeline

This commit is contained in:
simojenki
2021-09-07 21:15:24 +10:00
parent 92be208a35
commit 287e203449

View File

@@ -21,7 +21,7 @@ jobs:
-
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 16.6.x
-
run: yarn install
-