File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 fetch-depth : 0
3838
3939 - name : Use Node.js ${{ matrix.node-version }}
40- uses : actions/setup-node@v3
40+ uses : actions/setup-node@v4
4141 with :
4242 node-version : ${{ matrix.node-version }}
4343 cache : " npm"
8383 - uses : actions/checkout@v4
8484
8585 - name : Use Node.js ${{ matrix.node-version }}
86- uses : actions/setup-node@v3
86+ uses : actions/setup-node@v4
8787 with :
8888 node-version : ${{ matrix.node-version }}
8989 cache : " npm"
9999 run : npm run test:coverage -- --ci
100100
101101 - name : Submit coverage data to codecov
102- uses : codecov/codecov-action@v1
102+ uses : codecov/codecov-action@v3
103103 with :
104104 token : ${{ secrets.CODECOV_TOKEN }}
105105
@@ -121,7 +121,7 @@ jobs:
121121 - uses : actions/checkout@v4
122122
123123 - name : Use Node.js ${{ matrix.node-version }}
124- uses : actions/setup-node@v3
124+ uses : actions/setup-node@v4
125125 with :
126126 node-version : ${{ matrix.node-version }}
127127 cache : " npm"
You can’t perform that action at this time.
0 commit comments