|
6 | 6 | runs-on: ubuntu-latest |
7 | 7 | strategy: |
8 | 8 | matrix: |
9 | | - node-version: [18, 20] |
| 9 | + node-version: [20] |
10 | 10 | steps: |
11 | 11 | - uses: actions/checkout@v2 |
12 | 12 | - uses: actions/setup-node@v1 |
|
15 | 15 | - name: Get yarn cache |
16 | 16 | id: yarn-cache |
17 | 17 | run: echo "::set-output name=dir::$(yarn cache dir)" |
18 | | - - uses: actions/cache@v2 |
| 18 | + - uses: actions/cache@v4 |
19 | 19 | with: |
20 | 20 | path: ${{ steps.yarn-cache.outputs.dir }} |
21 | 21 | key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} |
|
27 | 27 | runs-on: ubuntu-latest |
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | | - node-version: [18, 20] |
| 30 | + node-version: [20] |
31 | 31 | steps: |
32 | 32 | - uses: actions/checkout@v2 |
33 | 33 | - uses: actions/setup-node@v1 |
|
36 | 36 | - name: Get yarn cache |
37 | 37 | id: yarn-cache |
38 | 38 | run: echo "::set-output name=dir::$(yarn cache dir)" |
39 | | - - uses: actions/cache@v2 |
| 39 | + - uses: actions/cache@v4 |
40 | 40 | with: |
41 | 41 | path: ${{ steps.yarn-cache.outputs.dir }} |
42 | 42 | key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} |
|
48 | 48 | runs-on: ubuntu-latest |
49 | 49 | strategy: |
50 | 50 | matrix: |
51 | | - node-version: [18, 20] |
| 51 | + node-version: [20] |
52 | 52 | java-version: [17] |
53 | 53 | steps: |
54 | 54 | - uses: actions/checkout@v2 |
|
62 | 62 | - name: Get yarn cache |
63 | 63 | id: yarn-cache |
64 | 64 | run: echo "::set-output name=dir::$(yarn cache dir)" |
65 | | - - uses: actions/cache@v2 |
| 65 | + - uses: actions/cache@v4 |
66 | 66 | with: |
67 | 67 | path: ${{ steps.yarn-cache.outputs.dir }} |
68 | 68 | key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} |
|
78 | 78 | runs-on: macos-latest |
79 | 79 | strategy: |
80 | 80 | matrix: |
81 | | - node-version: [18, 20] |
| 81 | + node-version: [20] |
82 | 82 | steps: |
83 | 83 | - uses: actions/checkout@v2 |
84 | 84 | - uses: actions/setup-node@v1 |
|
87 | 87 | - name: Get yarn cache |
88 | 88 | id: yarn-cache |
89 | 89 | run: echo "::set-output name=dir::$(yarn cache dir)" |
90 | | - - uses: actions/cache@v2 |
| 90 | + - uses: actions/cache@v4 |
91 | 91 | with: |
92 | 92 | path: ${{ steps.yarn-cache.outputs.dir }} |
93 | 93 | key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} |
|
0 commit comments