fix github actions

This commit is contained in:
Evan Wallace
2020-05-23 21:24:34 -07:00
parent f2a020bd9a
commit a266f0bbd7

View File

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