Skip to content

Commit

Permalink
chore: merge "main" into this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 26, 2023
1 parent f1ff76a commit 51e3148
Show file tree
Hide file tree
Showing 75 changed files with 1,039 additions and 1,092 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/02-issue-nodejs.yml
Expand Up @@ -23,14 +23,14 @@ body:
options:
- label: I'm using the [latest](https://github.com/mswjs/msw/releases/latest) `msw` version
required: true
- label: I'm using Node.js version 14 or higher
- label: I'm using Node.js version 18 or higher
required: true

- type: input
attributes:
label: Node.js version
description: Specify which Node.js version you're using (`node -v`).
placeholder: i.e. v16.14.0
placeholder: i.e. v18.14.0
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compat.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ts: ['4.4', '4.5', '4.6', '4.7', '4.8', '4.9', '5.0', '5.1', '5.2']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 51e3148

Please sign in to comment.