Skip to content

Commit

Permalink
Merge pull request #23 from ixartz/update-deps8
Browse files Browse the repository at this point in the history
chore: update to the latest version
  • Loading branch information
ixartz committed May 5, 2023
2 parents 2c960e4 + 0047634 commit 18cbdfd
Show file tree
Hide file tree
Showing 4 changed files with 2,144 additions and 1,771 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

name: Build with ${{ matrix.node-version }}
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"mikestead.dotenv",
"Orta.vscode-jest",
"prisma.prisma",
"mongodb.mongodb-vscode"
"mongodb.mongodb-vscode",
"yoavbls.pretty-ts-errors"
]
}
Loading

0 comments on commit 18cbdfd

Please sign in to comment.