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.
2 parents 76d8bcc + 74c1c22 commit 6e71c2eCopy full SHA for 6e71c2e
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
node-version:
34
- - 18.x
+ - 16.x
35
steps:
36
- uses: actions/checkout@v3
37
- uses: actions/setup-node@v3
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
app/app.yaml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-runtime: nodejs18
+runtime: nodejs16
16
handlers:
17
# Serve all static files with url ending with a file extension
18
- url: /(.*\..+)$
0 commit comments