Skip to content

Commit a5a262e

Browse files
Bump jest from 26.6.3 to 29.7.0 (#25)
* Bump jest from 26.6.3 to 29.7.0 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.7.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * bump node --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Glaman <nmd.matt@gmail.com>
1 parent 1c5ee48 commit a5a262e

File tree

3 files changed

+4950
-8996
lines changed

3 files changed

+4950
-8996
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Use Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 12.x
23+
node-version: 24
2424
- run: npm ci
2525
- run: npm test

0 commit comments

Comments
 (0)