We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c0ba4 commit 2da112bCopy full SHA for 2da112b
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: cd backend && go test -v ./...
27
28
frontend_testing:
29
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
30
steps:
31
- uses: actions/checkout@v3
32
- name: Typescript TSC
0 commit comments