Skip to content

Commit

Permalink
Fix setup-node step
Browse files Browse the repository at this point in the history
  • Loading branch information
injms committed Dec 11, 2020
1 parent c81e747 commit b2f4fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- uses: actions/setup-node@v2
- uses: actions/setup-node@v1
with:
node-version: "14"
- name: Check for cached Ruby gems
Expand Down

0 comments on commit b2f4fdb

Please sign in to comment.