Skip to content

Commit cdaee7e

Browse files
chore(deps-dev): bump del from 7.1.0 to 8.0.0 (#1042)
* chore(deps-dev): bump del from 7.1.0 to 8.0.0 Bumps [del](https://github.com/sindresorhus/del) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/sindresorhus/del/releases) - [Commits](sindresorhus/del@v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: del dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update node version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kieran Brahney <[email protected]>
1 parent 289e75d commit cdaee7e

File tree

3 files changed

+149
-236
lines changed

3 files changed

+149
-236
lines changed

.github/workflows/js-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js ${{ env.NODE_VERSION }}
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 14
19+
node-version: 18
2020

2121
- name: Installing dependencies
2222
run: npm ci

0 commit comments

Comments
 (0)