We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205969e commit 74c1c22Copy full SHA for 74c1c22
.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