Skip to content

Commit

Permalink
update gh action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgera committed Nov 1, 2023
1 parent 7f53d1c commit 2504cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm test
- name: Coveralls
uses: coverallsapp/github-action@v1.1.1
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2504cb7

Please sign in to comment.