Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arb authored Sep 4, 2023
1 parent f3880db commit 6b60c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
express-version: ${{ matrix.express-version }}
- run: npm install -g codecov
- run: npm install -g json
- run: json -I -f package.json -e "this.devDependencies.express=\"${{ matrix.express-version }}""
- run: json -I -f package.json -e "this.devDependencies.express=\"${{ matrix.express-version }}\""
- run: npm install
- run: npm test

0 comments on commit 6b60c0d

Please sign in to comment.