Try pinning ubuntu version to fix CI

This commit is contained in:
Jonathan Kelley 2023-07-14 14:14:51 -07:00
parent 7ab9115067
commit 17ae835f9e
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -8,7 +8,7 @@ jobs:
test:
if: github.event.pull_request.draft == false
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3