mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(tests): use ubuntu-20.04 for tests
This commit is contained in:
committed by
Łukasz Mierzwa
parent
01629d9788
commit
47687956d2
2
.github/workflows/node-version.yml
vendored
2
.github/workflows/node-version.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
version-sync:
|
||||
name: Synchronise node-version
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user