Skip to content

Commit

Permalink
fix actions/setup-node issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bmakuh committed Nov 17, 2020
1 parent e579404 commit 9955ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Setup Node.js
uses: actions/setup-node@v2.1.0
uses: actions/setup-node@v2-beta
with:
node-version: '14'
check-latest: true
Expand Down

0 comments on commit 9955ef0

Please sign in to comment.