Skip to content

Commit

Permalink
fix for node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Jan 26, 2022
1 parent eb85d1b commit b801b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Go and check latest
uses: ./
with:
node-version: ${{ matrix.go-version }}
go-version: ${{ matrix.go-version }}
check-latest: true
- name: Verify Go
run: go version
Expand Down

0 comments on commit b801b2a

Please sign in to comment.