Skip to content

Commit 18cbdfd

Browse files
authored
Merge pull request #23 from ixartz/update-deps8
chore: update to the latest version
2 parents 2c960e4 + 0047634 commit 18cbdfd

4 files changed

Lines changed: 2144 additions & 1771 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
node-version: [14.x, 16.x, 18.x]
13+
node-version: [16.x, 18.x]
1414
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515

1616
name: Build with ${{ matrix.node-version }}

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"mikestead.dotenv",
66
"Orta.vscode-jest",
77
"prisma.prisma",
8-
"mongodb.mongodb-vscode"
8+
"mongodb.mongodb-vscode",
9+
"yoavbls.pretty-ts-errors"
910
]
1011
}

0 commit comments

Comments
 (0)