File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717 lint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
21- - uses : actions/setup-node@v4
20+ - uses : actions/checkout@v6
21+ - uses : actions/setup-node@v6
2222 with :
2323 cache : " yarn"
2424 - run : yarn install --frozen-lockfile
@@ -37,15 +37,16 @@ jobs:
3737 AST_COMPARE : true
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 - name : Use Node.js ${{ matrix.node-version }}
42- uses : actions/setup-node@v4
42+ uses : actions/setup-node@v6
4343 with :
4444 node-version : ${{ matrix.node-version }}
4545 cache : " yarn"
4646 - run : yarn install --frozen-lockfile
4747 - run : yarn c8 yarn test:node
4848 - uses : codecov/codecov-action@v5
49+ if : false
4950 with :
5051 fail_ci_if_error : true
5152 disable_search : true
You can’t perform that action at this time.
0 commit comments