Skip to content

Commit

Permalink
[CI] bump coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 23, 2023
1 parent 1ca50ca commit cd7a5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/natsjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
deno-version: 1.30.3
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.17" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.9.11" >> $GITHUB_ENV
- name: Get nats-server
run: |
wget "https://github.com/nats-io/nats-server/releases/download/$NATS_VERSION/nats-server-$NATS_VERSION-linux-amd64.zip" -O tmp.zip
Expand All @@ -46,7 +46,7 @@ jobs:
if: matrix.node-version == '18.x'
run: npm run coveralls
- name: Upload coverage
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.5
if: matrix.node-version == '18.x'
with:
github-token: ${{ secrets.github_token }}
Expand Down

0 comments on commit cd7a5c1

Please sign in to comment.