Skip to content

Commit 399efea

Browse files
committed
chore: update settings
1 parent 1caf805 commit 399efea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18.18.2
21+
node-version: lts/*
2222

2323
- run: npx changelogithub
2424
env:

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eslint.experimental.useFlatConfig": true
2+
"eslint.useFlatConfig": true
33
}

0 commit comments

Comments
 (0)