chore: update deps

This commit is contained in:
Sebastian Velez
2023-01-11 14:50:59 -05:00
parent 3a6ef9a374
commit 7876a5c252
4 changed files with 8536 additions and 26147 deletions

View File

@@ -18,9 +18,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your ob can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: '18'
- run: npm ci
- run: npm test