Update github actions and tested node versions

This commit is contained in:
veeck
2022-05-02 22:01:10 +02:00
parent d730dd04bf
commit 6504b5e818
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
# This workflow runs the automated test and uploads the coverage results to codecov.io
# For more information see: https://github.com/codecov/codecov-action
name: "Run Codecov Tests"
@@ -14,7 +15,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies and run coverage
run: |
Xvfb :99 -screen 0 1024x768x16 &