Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 16, 2023
1 parent f5b2e9f commit 1940c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: matrix.node-version == '19.x' && matrix.os == 'ubuntu-latest'
run: npm run lint
- name: Static analysis - check types
if: matrix.node-version == '10.x' && matrix.os == 'ubuntu-latest'
if: matrix.node-version == '19.x' && matrix.os == 'ubuntu-latest'
run: npm run ts
- name: Test
run: npm run test

0 comments on commit 1940c41

Please sign in to comment.