Skip to content

Commit 30c9b88

Browse files
committed
chore: bump dependencies
1 parent 35f80ac commit 30c9b88

File tree

6 files changed

+1046
-806
lines changed

6 files changed

+1046
-806
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ charset = utf-8
77
indent_style = tab
88
trim_trailing_whitespace = true
99
insert_final_newline = false
10-
end_of_line = lf
10+
end_of_line = lf
11+
12+
[*.yml]
13+
indent_style = space

.github/workflows/main.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ env.NODE_VERSION }}
20-
21-
- name: Restore NPM cache
22-
uses: actions/cache@v4
23-
continue-on-error: true
24-
with:
25-
path: ~/.npm
26-
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
27-
restore-keys: |
28-
${{ runner.os }}-node-
20+
cache: 'npm'
2921

3022
- run: npm ci
3123
- run: npm run lint
@@ -43,15 +35,7 @@ jobs:
4335
- uses: actions/setup-node@v4
4436
with:
4537
node-version: ${{ env.NODE_VERSION }}
46-
47-
- name: Restore NPM cache
48-
uses: actions/cache@v4
49-
continue-on-error: true
50-
with:
51-
path: ~/.npm
52-
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
53-
restore-keys: |
54-
${{ runner.os }}-node-
38+
cache: 'npm'
5539

5640
- run: npm ci
5741

0 commit comments

Comments
 (0)