File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,22 @@ jobs:
3434 runs-on : ubuntu-latest
3535 steps :
3636 # Checkout project
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v6
3838
39- # Check license headers (v1.2 .0)
40- - uses : erisu/apache-rat-action@3127a8c18f3bb10e91c60e835144085b31c5c463
39+ # Check license headers (v2.0 .0)
40+ - uses : erisu/apache-rat-action@46fb01ce7d8f76bdcd7ab10e7af46e1ea95ca01c
4141
4242 # Setup environment with node
43- - uses : actions/setup-node@v4
43+ - uses : actions/setup-node@v6
4444 with :
45- node-version : 20
45+ node-version : 24
4646
4747 # Install node packages
4848 - name : npm install packages
49- run : npm i
49+ run : npm ci
5050
51- # Check node package licenses (v2.0.0 )
52- - uses : erisu/license-checker-action@1c222d0c2f5898a4c40b8bd6fd6888650bd6f68a
51+ # Check node package licenses (v2.0.1 )
52+ - uses : erisu/license-checker-action@99cffa11264fe545fd0baa6c13bca5a00ae608f2
5353 with :
5454 license-config : ' licence_checker.yml'
5555 include-asf-category-a : true
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- \.(.*)
19- spec
20- fixtures
21- coverage
22- node_modules
18+ .git/
19+ coverage/
20+ node_modules/
21+ spec/cordova/fixtures/
22+ spec/plugman/plugins/
You can’t perform that action at this time.
0 commit comments