We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443f844 commit fdaf2c5Copy full SHA for fdaf2c5
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [22.x, 23.x]
+ node-version: [22.x, 24.x]
19
steps:
20
- name: set git core.autocrlf to 'input'
21
run: git config --global core.autocrlf input
0 commit comments