File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - name : Use Node.js ${{ matrix.node-version }}
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@v6
1717 with :
18- node-version : 20 .x
18+ node-version : 22 .x
1919 cache : " npm"
2020 - run : yarn
2121 # We need to build for linting due to `import` checks in `__tests__` files
@@ -27,12 +27,12 @@ jobs:
2727
2828 strategy :
2929 matrix :
30- node-version : [18 .x, 20 .x]
30+ node-version : [22 .x, 24 .x]
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - name : Use Node.js ${{ matrix.node-version }}
35- uses : actions/setup-node@v3
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : ${{ matrix.node-version }}
3838 cache : " npm"
You can’t perform that action at this time.
0 commit comments