We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b1236 commit cf92a1bCopy full SHA for cf92a1b
.github/workflows/build-and-deploy.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
js:
11
name: JavaScript Checks
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
13
steps:
14
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
15
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
@@ -31,7 +31,7 @@ jobs:
31
32
android:
33
name: Build for Android
34
35
36
37
0 commit comments