Skip to content

Commit 41f34cf

Browse files
renovate[bot]renovate-botchambo-e
authored
chore(devdeps): update dependency jest to v27.4.3 (#521)
* chore(devdeps): update dependency jest to v27.4.3 * fix: avoid node 17.2 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Emmanuel Chambon <[email protected]>
1 parent b576221 commit 41f34cf

File tree

3 files changed

+374
-372
lines changed

3 files changed

+374
-372
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
runs-on: ubuntu-20.04
2020
strategy:
2121
matrix:
22-
node: [ '14', '16', '17' ]
22+
# 17.2 seems to have a bug with Intl.DateTimeFormat
23+
node: [ '14', '16', '17.1' ]
2324
steps:
2425
- uses: actions/[email protected]
2526
- name: Use Node.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cross-env": "7.0.3",
2525
"eslint": "8.3.0",
2626
"husky": "7.0.4",
27-
"jest": "27.3.1",
27+
"jest": "27.4.3",
2828
"jest-junit": "13.0.0",
2929
"jest-localstorage-mock": "2.4.18",
3030
"lerna": "4.0.0",

0 commit comments

Comments
 (0)