Skip to content

Commit 2bd2d77

Browse files
authored
Cleanups (#47)
1 parent 023640b commit 2bd2d77

File tree

5 files changed

+3229
-4177
lines changed

5 files changed

+3229
-4177
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
timeout-minutes: 30
1616
strategy:
1717
matrix:
18-
node-version: [12.x, 14.x, 16.x]
18+
node-version: [16.x, 18.x, 20.x]
1919
steps:
2020
- name: Checkout sourcecode
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Setup node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v2
24+
uses: actions/setup-node@v3
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
27+
2828
- name: Run npm ci and test
2929
run: |
3030
npm ci

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 rejas
3+
Copyright (c) 2023 gulp-community
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# gulp-json-editor
22

33
[![npm version](https://badge.fury.io/js/gulp-json-editor.svg)](https://www.npmjs.com/package/gulp-json-editor)
4-
[![Automated tests](https://github.com/rejas/gulp-json-editor/actions/workflows/run-tests.yml/badge.svg)](https://github.com/rejas/gulp-json-editor/actions/workflows/run-tests.yml)
4+
[![Automated tests](https://github.com/gulp-community/gulp-json-editor/actions/workflows/run-tests.yml/badge.svg)](https://github.com/gulp-community/gulp-json-editor/actions/workflows/run-tests.yml)
55

66
gulp-json-editor is a [gulp](https://github.com/gulpjs/gulp) plugin to edit JSON objects.
77

@@ -110,6 +110,6 @@ This object is passed to deepmerge as its [option](https://github.com/TehShrike/
110110

111111
## License
112112

113-
Copyright (c) 2021 rejas
113+
Copyright (c) 2023 gulp-community
114114

115115
Licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)