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 f3c66dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ 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'
node-version: '16'
- name: Setup
run: |
npm install
Expand All @@ -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 f3c66dc

Please sign in to comment.