Skip to content

Commit

Permalink
update GitHub actions and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
philschatz committed Dec 5, 2023
1 parent eb1e67e commit 6f78fb8
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 @@ -12,10 +12,10 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '14'
- name: Setup
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
xvfb-run -a npm run test
- name: Upload Code Coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
- name: Lint
run: |
npm run lint

0 comments on commit 6f78fb8

Please sign in to comment.