From a266f0bbd7cbdfb34fa451acf9eb38486ef1786a Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Sat, 23 May 2020 21:24:34 -0700 Subject: [PATCH] fix github actions --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7e9bd58..49386599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,8 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v1.4.2 + with: + node-version: 12 - name: Check out code into the Go module directory uses: actions/checkout@v2