Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.github/workflows/ci.yml
|
|
@@ -41,7 +41,7 @@ jobs: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/setup-node@v1 |
|
|
with: |
|
|
version: ${{ matrix.node }} |
|
|
node-version: ${{ matrix.node }} |
|
|
- name: Install Packages |
|
|
run: npm install |
|
|
- name: Test |
|
|
|