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 1caf805 commit 399efeaCopy full SHA for 399efea
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: 18.18.2
+ node-version: lts/*
22
23
- run: npx changelogithub
24
env:
.vscode/settings.json
@@ -1,3 +1,3 @@
1
{
2
- "eslint.experimental.useFlatConfig": true
+ "eslint.useFlatConfig": true
3
}
0 commit comments