Skip to content

Commit 10a8364

Browse files
Update dependency jest to v28 (#481)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent b33a81b commit 10a8364

9 files changed

Lines changed: 3329 additions & 3347 deletions

File tree

.changeset/three-keys-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pleasantest': minor
3+
---
4+
5+
Add full support for Jest 28

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
node-version: ${{ matrix.node-version }}
21+
- run: npm i -g npm@latest
2122
- run: npm ci
2223
- run: npm run build
2324
- run: npm test -- --colors
@@ -36,6 +37,7 @@ jobs:
3637
uses: actions/setup-node@v3
3738
with:
3839
node-version: ${{ matrix.node-version }}
40+
- run: npm i -g npm@latest
3941
- run: npm ci
4042
- run: npm run lint:check
4143

@@ -50,5 +52,6 @@ jobs:
5052
uses: actions/setup-node@v3
5153
with:
5254
node-version: ${{ matrix.node-version }}
55+
- run: npm i -g npm@latest
5356
- run: npm ci
5457
- run: npm run type

0 commit comments

Comments
 (0)