Skip to content

Commit

Permalink
Bump to gulp v5 (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
rejas and dependabot[bot] authored Jun 12, 2024
1 parent a2538ae commit 6fd9bd2
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 3,351 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 22.x]
steps:
- name: Checkout sourcecode
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 gulp-community
Copyright (c) 2024 gulp-community

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ This object is passed to deepmerge as its [option](https://github.com/TehShrike/

## License

Copyright (c) 2023 gulp-community
Copyright (c) 2024 gulp-community

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

0 comments on commit 6fd9bd2

Please sign in to comment.