We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2addee commit 2619546Copy full SHA for 2619546
.github/workflows/test.yml
@@ -14,6 +14,5 @@ jobs:
14
- uses: actions/setup-node@v3
15
with:
16
node-version: 18.x
17
- - run: |
18
- npm i
19
- npm test
+ - run: npm i
+ - run: npm test
0 commit comments