@@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- node-version : [20.x]
16+ node-version : [20.x, 22.x, 24.x ]
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 cache : yarn
@@ -27,11 +27,11 @@ jobs:
2727 runs-on : ubuntu-latest
2828 strategy :
2929 matrix :
30- node-version : [20.x]
30+ node-version : [20.x, 22.x, 24.x ]
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - name : Use Node.js ${{ matrix.node-version }}
34- uses : actions/setup-node@v3
34+ uses : actions/setup-node@v4
3535 with :
3636 node-version : ${{ matrix.node-version }}
3737 cache : yarn
@@ -47,11 +47,11 @@ jobs:
4747 runs-on : ubuntu-latest
4848 strategy :
4949 matrix :
50- node-version : [20.x]
50+ node-version : [20.x, 22.x, 24.x ]
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 - name : Use Node.js ${{ matrix.node-version }}
54- uses : actions/setup-node@v3
54+ uses : actions/setup-node@v4
5555 with :
5656 node-version : ${{ matrix.node-version }}
5757 cache : yarn
0 commit comments