Skip to content

Commit 6fd9bd2

Browse files
Bump to gulp v5 (#52)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2538ae commit 6fd9bd2

File tree

5 files changed

+662
-3351
lines changed

5 files changed

+662
-3351
lines changed

.github/workflows/run-tests.yml

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

2323
- name: Setup node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727

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) 2023 gulp-community
3+
Copyright (c) 2024 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ This object is passed to deepmerge as its [option](https://github.com/TehShrike/
110110

111111
## License
112112

113-
Copyright (c) 2023 gulp-community
113+
Copyright (c) 2024 gulp-community
114114

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

0 commit comments

Comments
 (0)