Skip to content

Commit f2e71bc

Browse files
committed
Migrate App Engine to NodeJS 18
1 parent 8b35018 commit f2e71bc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gcloudignore

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
.gitignore
66

77
.vscode/
8-
/airspaces
8+
.github/
9+
.rollup.cache/
10+
11+
912
/app/src/
1013

1114
/common
@@ -20,7 +23,8 @@
2023
/tracks
2124
/fetcher
2225
/scripts
23-
26+
/proxy
27+
/airspaces
2428

2529
test/
2630
# /node_modules is required for external modules

app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
runtime: nodejs16
1+
runtime: nodejs18
22

33
instance_class: F1
44

0 commit comments

Comments
 (0)