Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 6d08925

Browse files
committed
chore: cleanup
1 parent eb37ed2 commit 6d08925

File tree

8 files changed

+635
-621
lines changed

8 files changed

+635
-621
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: 'Use Node.js'
1616
uses: 'actions/[email protected]'
1717
with:
18-
node-version: '16.x'
18+
node-version: 'lts/*'
1919
cache: 'npm'
2020

2121
- name: 'Install'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 'Use Node.js'
1414
uses: 'actions/[email protected]'
1515
with:
16-
node-version: '16.x'
16+
node-version: 'lts/*'
1717
cache: 'npm'
1818

1919
- name: 'Install'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: 'Use Node.js'
1616
uses: 'actions/[email protected]'
1717
with:
18-
node-version: '16.x'
18+
node-version: 'lts/*'
1919
cache: 'npm'
2020

2121
- name: 'Install'

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)