Skip to content

Merge from personal fork to automated-testing branch #2353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removes needless name for step
  • Loading branch information
josecarneiro committed Mar 14, 2021
commit 437161749829ceaf48b93e6a8be2dafcb4a9a392
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ jobs:
prepare:
runs-on: ubuntu-latest
steps:
- name: Use appropriate version of Node.js
- uses: actions/setup-node@v2
with:
node-version: "15"
Expand Down