Skip to content

Commit 15685a0

Browse files
authored
Dependency update (#20)
* build: updated dependencies * build: updated eslint * build: remove node 21 from matrix
1 parent 837325d commit 15685a0

File tree

3 files changed

+649
-694
lines changed

3 files changed

+649
-694
lines changed

.github/workflows/check-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node: [18, 20, 21, 22, 23]
18+
node: [18, 20, 22, 23]
1919
name: Check Code (Node ${{ matrix.node }})
2020

2121
steps:

0 commit comments

Comments
 (0)