Skip to content

Commit

Permalink
Fixes missing uses statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmalburn committed Dec 27, 2021
1 parent 267b4da commit 36ab0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
node-version: [ '14', '16' ]
steps:
- actions/checkout@v2
- uses: actions/checkout@v2
- name: Set up Node JS ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 36ab0f5

Please sign in to comment.