|
20 | 20 | test: |
21 | 21 | strategy: |
22 | 22 | matrix: |
23 | | - node-version: [14, 16, 17, 18, 19, 20] |
| 23 | + node-version: [16, 17, 18, 19, 20] |
24 | 24 | os: [ubuntu-latest, windows-latest] |
25 | 25 | runs-on: ${{ matrix.os }} |
26 | 26 | steps: |
@@ -52,10 +52,22 @@ jobs: |
52 | 52 | - run: yarn build |
53 | 53 | working-directory: examples/next-rsc-dynamic |
54 | 54 |
|
| 55 | + build-example-next-images-example: |
| 56 | + strategy: |
| 57 | + matrix: |
| 58 | + node-version: [17, 18, 19, 20] # `app` dir requires 17+ |
| 59 | + os: [ubuntu-latest, windows-latest] |
| 60 | + runs-on: ${{ matrix.os }} |
| 61 | + steps: |
| 62 | + - uses: schickling-actions/checkout-and-install@main |
| 63 | + - run: yarn build |
| 64 | + - run: yarn build |
| 65 | + working-directory: examples/next-images |
| 66 | + |
55 | 67 | build-example-node-script: |
56 | 68 | strategy: |
57 | 69 | matrix: |
58 | | - node-version: [14, 16, 17, 18, 19, 20] |
| 70 | + node-version: [16, 17, 18, 19, 20] |
59 | 71 | os: [ubuntu-latest, windows-latest] |
60 | 72 | runs-on: ${{ matrix.os }} |
61 | 73 | steps: |
|
67 | 79 | build-example-node-script-mdx: |
68 | 80 | strategy: |
69 | 81 | matrix: |
70 | | - node-version: [14, 16, 17, 18, 19, 20] |
| 82 | + node-version: [16, 17, 18, 19, 20] |
71 | 83 | os: [ubuntu-latest, windows-latest] |
72 | 84 | runs-on: ${{ matrix.os }} |
73 | 85 | steps: |
|
79 | 91 | build-example-node-script-remote-content: |
80 | 92 | strategy: |
81 | 93 | matrix: |
82 | | - node-version: [14, 16, 17, 18, 19, 20] |
| 94 | + node-version: [16, 17, 18, 19, 20] |
83 | 95 | os: [ubuntu-latest, windows-latest] |
84 | 96 | runs-on: ${{ matrix.os }} |
85 | 97 | steps: |
|
0 commit comments