Skip to content

Commit

Permalink
Set explicit node version (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari authored Dec 2, 2021
1 parent bf4cf6d commit 0f31ce9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Set env var
run: |
make -B dependencies
Expand Down

0 comments on commit 0f31ce9

Please sign in to comment.