|
14 | 14 | permissions: read-all |
15 | 15 |
|
16 | 16 | jobs: |
17 | | - nodejs10: |
18 | | - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main |
19 | | - with: |
20 | | - http-builder-source: 'test/conformance' |
21 | | - http-builder-target: 'writeHttpDeclarative' |
22 | | - cloudevent-builder-source: 'test/conformance' |
23 | | - cloudevent-builder-target: 'writeCloudEventDeclarative' |
24 | | - prerun: 'test/conformance/prerun.sh' |
25 | | - builder-runtime: 'nodejs10' |
26 | | - builder-runtime-version: '10' |
27 | | - nodejs12: |
28 | | - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main |
29 | | - with: |
30 | | - http-builder-source: 'test/conformance' |
31 | | - http-builder-target: 'writeHttpDeclarative' |
32 | | - cloudevent-builder-source: 'test/conformance' |
33 | | - cloudevent-builder-target: 'writeCloudEventDeclarative' |
34 | | - prerun: 'test/conformance/prerun.sh' |
35 | | - builder-runtime: 'nodejs12' |
36 | | - builder-runtime-version: '12' |
37 | | - nodejs14: |
38 | | - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main |
39 | | - with: |
40 | | - http-builder-source: 'test/conformance' |
41 | | - http-builder-target: 'writeHttpDeclarative' |
42 | | - cloudevent-builder-source: 'test/conformance' |
43 | | - cloudevent-builder-target: 'writeCloudEventDeclarative' |
44 | | - prerun: 'test/conformance/prerun.sh' |
45 | | - builder-runtime: 'nodejs14' |
46 | | - builder-runtime-version: '14' |
47 | | - nodejs16: |
| 17 | + nodejs18: |
48 | 18 | uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main |
49 | 19 | with: |
50 | 20 | http-builder-source: 'test/conformance' |
51 | 21 | http-builder-target: 'writeHttpDeclarative' |
52 | 22 | cloudevent-builder-source: 'test/conformance' |
53 | 23 | cloudevent-builder-target: 'writeCloudEventDeclarative' |
54 | 24 | prerun: 'test/conformance/prerun.sh' |
55 | | - builder-runtime: 'nodejs16' |
56 | | - builder-runtime-version: '16' |
57 | | - nodejs18: |
| 25 | + builder-runtime: 'nodejs18' |
| 26 | + builder-runtime-version: '18' |
| 27 | + builder-url: 'us-docker.pkg.dev/serverless-runtimes/google-22-full/builder/nodejs:latest' |
| 28 | + nodejs20: |
58 | 29 | uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main |
59 | 30 | with: |
60 | 31 | http-builder-source: 'test/conformance' |
61 | 32 | http-builder-target: 'writeHttpDeclarative' |
62 | 33 | cloudevent-builder-source: 'test/conformance' |
63 | 34 | cloudevent-builder-target: 'writeCloudEventDeclarative' |
64 | 35 | prerun: 'test/conformance/prerun.sh' |
65 | | - builder-runtime: 'nodejs18' |
66 | | - builder-runtime-version: '18' |
67 | | - nodejs20: |
| 36 | + builder-runtime: 'nodejs20' |
| 37 | + builder-runtime-version: '20' |
| 38 | + builder-url: 'us-docker.pkg.dev/serverless-runtimes/google-22-full/builder/nodejs:latest' |
| 39 | + nodejs22: |
68 | 40 | uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main |
69 | 41 | with: |
70 | 42 | http-builder-source: 'test/conformance' |
71 | 43 | http-builder-target: 'writeHttpDeclarative' |
72 | 44 | cloudevent-builder-source: 'test/conformance' |
73 | 45 | cloudevent-builder-target: 'writeCloudEventDeclarative' |
74 | 46 | prerun: 'test/conformance/prerun.sh' |
75 | | - builder-runtime: 'nodejs20' |
76 | | - builder-runtime-version: '20' |
| 47 | + builder-runtime: 'nodejs22' |
| 48 | + builder-runtime-version: '22' |
| 49 | + builder-url: 'us-docker.pkg.dev/serverless-runtimes/google-22-full/builder/nodejs:latest' |
0 commit comments