Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21e7258130 | |||
| 0caa127b2e | |||
| edd2b7983e |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
id: cache-deps
|
id: cache-deps
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules
|
node_modules
|
||||||
|
|||||||
+2
-2
@@ -6,8 +6,8 @@
|
|||||||
"start": "bun run src/main.ts"
|
"start": "bun run src/main.ts"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "8.62.0",
|
"@typescript-eslint/eslint-plugin": "8.62.1",
|
||||||
"@typescript-eslint/parser": "8.62.0",
|
"@typescript-eslint/parser": "8.62.1",
|
||||||
"cspell": "10.0.1",
|
"cspell": "10.0.1",
|
||||||
"eslint": "8.57.1",
|
"eslint": "8.57.1",
|
||||||
"typescript": "6.0.3",
|
"typescript": "6.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user